Html Css Color HEX #66250C Baker's Chocolate

📋 copy color: '#66250C'

red 102 ◦ green 37 ◦ blue 12

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

Shades of Baker's Chocolate #66250C

Tints of Baker's Chocolate #66250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 67.55%
G = 24.5%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#66250C (or 0x66250C) is known color: Baker's Chocolate. HEX triplet: 66, 25 and 0C. RGB value is (102,37,12). Sum of RGB (Red+Green+Blue) = 102+37+12=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66250C is #99DAF3. Grayscale: #353535. Windows color (decimal): -10083060 or 796006. OLE color: 796006.

HSL color Cylindrical-coordinate representation of color #66250C: hue angle of 16.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66250C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 37 12 -
CMYK 0 0.64 0.88 0.6
HSL 16.67º 0.79% 0.22% -
HSV(B) 16.67º 0.88% 0.4% -
XYZ 6.21 4.17 0.83 -
YUV 53.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 102 37 12 0 0.64 0.88 0.6 16.67 0.79 0.22
Hex 66 25 C 0 40 58 3C 11 4F 16
Octal 146 45 14 0 100 130 74 21 117 26
Binary 1100110 100101 1100 0 1000000 1011000 111100 10001 1001111 10110

Color Harmonies of #66250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66250C

Black with #66250C

Text Example


Text Example

White with #66250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66250C; }

 p { color: rgb(102,37,12); }

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

background-color css

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

 a { background-color: rgb(102,37,12); }

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

border-color css

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

 span { border-color: rgb(102,37,12); }

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