Html Css Color HEX #66250F Baker's Chocolate

📋 copy color: '#66250F'

red 102 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #66250F

Tints of Baker's Chocolate #66250F

RGB

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

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

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

R = 66.23%
G = 24.03%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66250F (or 0x66250F) is known color: Baker's Chocolate. HEX triplet: 66, 25 and 0F. RGB value is (102,37,15). Sum of RGB (Red+Green+Blue) = 102+37+15=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66250F is #99DAF0. Grayscale: #363636. Windows color (decimal): -10083057 or 992614. OLE color: 992614.

HSL color Cylindrical-coordinate representation of color #66250F: hue angle of 15.17º 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 #66250F is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 37 15 -
CMYK 0 0.64 0.85 0.6
HSL 15.17º 0.74% 0.23% -
HSV(B) 15.17º 0.85% 0.4% -
XYZ 6.23 4.18 0.93 -
YUV 53.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 102 37 15 0 0.64 0.85 0.6 15.17 0.74 0.23
Hex 66 25 F 0 40 55 3C F 4A 17
Octal 146 45 17 0 100 125 74 17 112 27
Binary 1100110 100101 1111 0 1000000 1010101 111100 1111 1001010 10111

Color Harmonies of #66250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66250F

Black with #66250F

Text Example


Text Example

White with #66250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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