Html Css Color HEX #66290F Baker's Chocolate

📋 copy color: '#66290F'

red 102 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #66290F

Tints of Baker's Chocolate #66290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

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

R = 64.56%
G = 25.95%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66290F (or 0x66290F) is known color: Baker's Chocolate. HEX triplet: 66, 29 and 0F. RGB value is (102,41,15). Sum of RGB (Red+Green+Blue) = 102+41+15=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #66290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66290F is #99D6F0. Grayscale: #383838. Windows color (decimal): -10082033 or 993638. OLE color: 993638.

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

Color convert

RGB 102 41 15 -
CMYK 0 0.60 0.85 0.6
HSL 17.93º 0.74% 0.23% -
HSV(B) 17.93º 0.85% 0.4% -
XYZ 6.36 4.45 0.97 -
YUV 56.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 102 41 15 0 0.60 0.85 0.6 17.93 0.74 0.23
Hex 66 29 F 0 3C 55 3C 12 4A 17
Octal 146 51 17 0 74 125 74 22 112 27
Binary 1100110 101001 1111 0 111100 1010101 111100 10010 1001010 10111

Color Harmonies of #66290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66290F

Black with #66290F

Text Example


Text Example

White with #66290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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