Html Css Color HEX #663318 Baker's Chocolate

📋 copy color: '#663318'

red 102 ◦ green 51 ◦ blue 24

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

Shades of Baker's Chocolate #663318

Tints of Baker's Chocolate #663318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

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

R = 57.63%
G = 28.81%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#663318 (or 0x663318) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 18. RGB value is (102,51,24). Sum of RGB (Red+Green+Blue) = 102+51+24=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663318 is #99CCE7. Grayscale: #3F3F3F. Windows color (decimal): -10079464 or 1586022. OLE color: 1586022.

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

Color convert

RGB 102 51 24 -
CMYK 0 0.5 0.76 0.6
HSL 20.77º 0.62% 0.25% -
HSV(B) 20.77º 0.76% 0.4% -
XYZ 6.83 5.26 1.52 -
YUV 63.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 102 51 24 0 0.5 0.76 0.6 20.77 0.62 0.25
Hex 66 33 18 0 32 4C 3C 15 3E 19
Octal 146 63 30 0 62 114 74 25 76 31
Binary 1100110 110011 11000 0 110010 1001100 111100 10101 111110 11001

Color Harmonies of #663318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663318

Black with #663318

Text Example


Text Example

White with #663318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663318; }

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

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

background-color css

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

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

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

border-color css

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

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

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