Html Css Color HEX #663F18 Dark Brown

📋 copy color: '#663F18'

red 102 ◦ green 63 ◦ blue 24

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

Shades of Dark Brown #663F18

Tints of Dark Brown #663F18

RGB

 RED value IS 102 (40.23% from 255) = 53.97%

 GREEN value IS 63 (25% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 53.97%
G = 33.33%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#663F18 (or 0x663F18) is known color: Dark Brown. HEX triplet: 66, 3F and 18. RGB value is (102,63,24). Sum of RGB (Red+Green+Blue) = 102+63+24=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663F18 is #99C0E7. Grayscale: #464646. Windows color (decimal): -10076392 or 1589094. OLE color: 1589094.

HSL color Cylindrical-coordinate representation of color #663F18: hue angle of 30º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663F18 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 24 -
CMYK 0 0.38 0.76 0.6
HSL 30º 0.62% 0.25% -
HSV(B) 30º 0.76% 0.4% -
XYZ 7.42 6.45 1.72 -
YUV 70.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 102 63 24 0 0.38 0.76 0.6 30 0.62 0.25
Hex 66 3F 18 0 26 4C 3C 1E 3E 19
Octal 146 77 30 0 46 114 74 36 76 31
Binary 1100110 111111 11000 0 100110 1001100 111100 11110 111110 11001

Color Harmonies of #663F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F18

Black with #663F18

Text Example


Text Example

White with #663F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F18; }

 p { color: rgb(102,63,24); }

 H1.HeaderClassName
 {
   color: #663F18;
 }
 .AnyTagClassName
 {
   color: #663F18;
 }
</style>

background-color css

<style>
 a { background-color: #663F18; }

 a { background-color: rgb(102,63,24); }

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

border-color css

<style>
 span { border-color: #663F18; }

 span { border-color: rgb(102,63,24); }

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