Html Css Color HEX #67351D New Amber

📋 copy color: '#67351D'

red 103 ◦ green 53 ◦ blue 29

#67351D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #67351D

Tints of New Amber #67351D

RGB

 RED value IS 103 (40.63% from 255) = 55.68%

 GREEN value IS 53 (21.09% from 255) = 28.65%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 55.68%
G = 28.65%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#67351D (or 0x67351D) is known color: New Amber. HEX triplet: 67, 35 and 1D. RGB value is (103,53,29). Sum of RGB (Red+Green+Blue) = 103+53+29=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67351D is #98CAE2. Grayscale: #414141. Windows color (decimal): -10013411 or 1914215. OLE color: 1914215.

HSL color Cylindrical-coordinate representation of color #67351D: hue angle of 19.46º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67351D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 29 -
CMYK 0 0.49 0.72 0.60
HSL 19.46º 0.56% 0.26% -
HSV(B) 19.46º 0.72% 0.4% -
XYZ 7.09 5.52 1.85 -
YUV 65.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 103 53 29 0 0.49 0.72 0.60 19.46 0.56 0.26
Hex 67 35 1D 0 31 48 3C 13 38 1A
Octal 147 65 35 0 61 110 74 23 70 32
Binary 1100111 110101 11101 0 110001 1001000 111100 10011 111000 11010

Color Harmonies of #67351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67351D

Black with #67351D

Text Example


Text Example

White with #67351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67351D; }

 p { color: rgb(103,53,29); }

 H1.HeaderClassName
 {
   color: #67351D;
 }
 .AnyTagClassName
 {
   color: #67351D;
 }
</style>

background-color css

<style>
 a { background-color: #67351D; }

 a { background-color: rgb(103,53,29); }

 div.DivClassName
 {
   background-color: #67351D;
 }
 .BgClassName
 {
   background-color: #67351D;
 }
</style>

border-color css

<style>
 span { border-color: #67351D; }

 span { border-color: rgb(103,53,29); }

 td.TdClassName
 {
   border-color: #67351D;
 }
 .TagClassName
 {
   border-color: #67351D;
 }
</style>