Html Css Color HEX #66250D Baker's Chocolate

📋 copy color: '#66250D'

red 102 ◦ green 37 ◦ blue 13

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

Shades of Baker's Chocolate #66250D

Tints of Baker's Chocolate #66250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 67.11%
G = 24.34%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66250D (or 0x66250D) is known color: Baker's Chocolate. HEX triplet: 66, 25 and 0D. RGB value is (102,37,13). Sum of RGB (Red+Green+Blue) = 102+37+13=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66250D is #99DAF2. Grayscale: #353535. Windows color (decimal): -10083059 or 861542. OLE color: 861542.

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

Color convert

RGB 102 37 13 -
CMYK 0 0.64 0.87 0.6
HSL 16.18º 0.77% 0.23% -
HSV(B) 16.18º 0.87% 0.4% -
XYZ 6.21 4.18 0.86 -
YUV 53.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 102 37 13 0 0.64 0.87 0.6 16.18 0.77 0.23
Hex 66 25 D 0 40 57 3C 10 4D 17
Octal 146 45 15 0 100 127 74 20 115 27
Binary 1100110 100101 1101 0 1000000 1010111 111100 10000 1001101 10111

Color Harmonies of #66250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66250D

Black with #66250D

Text Example


Text Example

White with #66250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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