Html Css Color HEX #663C0F Baker's Chocolate

📋 copy color: '#663C0F'

red 102 ◦ green 60 ◦ blue 15

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

Shades of Baker's Chocolate #663C0F

Tints of Baker's Chocolate #663C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 15 (6.25% from 255) = 8.47%

R = 57.63%
G = 33.9%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#663C0F (or 0x663C0F) is known color: Baker's Chocolate. HEX triplet: 66, 3C and 0F. RGB value is (102,60,15). Sum of RGB (Red+Green+Blue) = 102+60+15=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663C0F is #99C3F0. Grayscale: #434343. Windows color (decimal): -10077169 or 998502. OLE color: 998502.

HSL color Cylindrical-coordinate representation of color #663C0F: hue angle of 31.03º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #663C0F is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 15 -
CMYK 0 0.41 0.85 0.6
HSL 31.03º 0.74% 0.23% -
HSV(B) 31.03º 0.85% 0.4% -
XYZ 7.18 6.09 1.25 -
YUV 67.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 102 60 15 0 0.41 0.85 0.6 31.03 0.74 0.23
Hex 66 3C F 0 29 55 3C 1F 4A 17
Octal 146 74 17 0 51 125 74 37 112 27
Binary 1100110 111100 1111 0 101001 1010101 111100 11111 1001010 10111

Color Harmonies of #663C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C0F

Black with #663C0F

Text Example


Text Example

White with #663C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,60,15); }

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

background-color css

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

 a { background-color: rgb(102,60,15); }

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

border-color css

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

 span { border-color: rgb(102,60,15); }

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