Html Css Color HEX #663316 Baker's Chocolate

📋 copy color: '#663316'

red 102 ◦ green 51 ◦ blue 22

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

Shades of Baker's Chocolate #663316

Tints of Baker's Chocolate #663316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 58.29%
G = 29.14%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#663316 (or 0x663316) is known color: Baker's Chocolate. HEX triplet: 66, 33 and 16. RGB value is (102,51,22). Sum of RGB (Red+Green+Blue) = 102+51+22=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663316 is #99CCE9. Grayscale: #3F3F3F. Windows color (decimal): -10079466 or 1454950. OLE color: 1454950.

HSL color Cylindrical-coordinate representation of color #663316: hue angle of 21.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #663316 is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 51 22 -
CMYK 0 0.5 0.78 0.6
HSL 21.75º 0.65% 0.24% -
HSV(B) 21.75º 0.78% 0.4% -
XYZ 6.81 5.25 1.41 -
YUV 62.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 102 51 22 0 0.5 0.78 0.6 21.75 0.65 0.24
Hex 66 33 16 0 32 4E 3C 16 41 18
Octal 146 63 26 0 62 116 74 26 101 30
Binary 1100110 110011 10110 0 110010 1001110 111100 10110 1000001 11000

Color Harmonies of #663316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663316

Black with #663316

Text Example


Text Example

White with #663316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663316; }

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

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

background-color css

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

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

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

border-color css

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

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

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