Html Css Color HEX #663004 Baker's Chocolate

📋 copy color: '#663004'

red 102 ◦ green 48 ◦ blue 4

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

Shades of Baker's Chocolate #663004

Tints of Baker's Chocolate #663004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 66.23%
G = 31.17%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#663004 (or 0x663004) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 04. RGB value is (102,48,4). Sum of RGB (Red+Green+Blue) = 102+48+4=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #663004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663004 is #99CFFB. Grayscale: #3B3B3B. Windows color (decimal): -10080252 or 274534. OLE color: 274534.

HSL color Cylindrical-coordinate representation of color #663004: hue angle of 26.94º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #663004 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 4 -
CMYK 0 0.53 0.96 0.6
HSL 26.94º 0.92% 0.21% -
HSV(B) 26.94º 0.96% 0.4% -
XYZ 6.56 4.95 0.72 -
YUV 59.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 102 48 4 0 0.53 0.96 0.6 26.94 0.92 0.21
Hex 66 30 4 0 35 60 3C 1B 5C 15
Octal 146 60 4 0 65 140 74 33 134 25
Binary 1100110 110000 100 0 110101 1100000 111100 11011 1011100 10101

Color Harmonies of #663004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663004

Black with #663004

Text Example


Text Example

White with #663004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663004; }

 p { color: rgb(102,48,4); }

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

background-color css

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

 a { background-color: rgb(102,48,4); }

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

border-color css

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

 span { border-color: rgb(102,48,4); }

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