Html Css Color HEX #663918 Baker's Chocolate

📋 copy color: '#663918'

red 102 ◦ green 57 ◦ blue 24

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

Shades of Baker's Chocolate #663918

Tints of Baker's Chocolate #663918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.15%

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

R = 55.74%
G = 31.15%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#663918 (or 0x663918) is known color: Baker's Chocolate. HEX triplet: 66, 39 and 18. RGB value is (102,57,24). Sum of RGB (Red+Green+Blue) = 102+57+24=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663918 is #99C6E7. Grayscale: #424242. Windows color (decimal): -10077928 or 1587558. OLE color: 1587558.

HSL color Cylindrical-coordinate representation of color #663918: hue angle of 25.38º 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 #663918 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 24 -
CMYK 0 0.44 0.76 0.6
HSL 25.38º 0.62% 0.25% -
HSV(B) 25.38º 0.76% 0.4% -
XYZ 7.11 5.82 1.61 -
YUV 66.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 102 57 24 0 0.44 0.76 0.6 25.38 0.62 0.25
Hex 66 39 18 0 2C 4C 3C 19 3E 19
Octal 146 71 30 0 54 114 74 31 76 31
Binary 1100110 111001 11000 0 101100 1001100 111100 11001 111110 11001

Color Harmonies of #663918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663918

Black with #663918

Text Example


Text Example

White with #663918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663918; }

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

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

background-color css

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

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

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

border-color css

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

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

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