Html Css Color HEX #612007 Baker's Chocolate

📋 copy color: '#612007'

red 97 ◦ green 32 ◦ blue 7

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

Shades of Baker's Chocolate #612007

Tints of Baker's Chocolate #612007

RGB

 RED value IS 97 (38.28% from 255) = 71.32%

 GREEN value IS 32 (12.89% from 255) = 23.53%

 BLUE value IS 7 (3.13% from 255) = 5.15%

R = 71.32%
G = 23.53%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#612007 (or 0x612007) is known color: Baker's Chocolate. HEX triplet: 61, 20 and 07. RGB value is (97,32,7). Sum of RGB (Red+Green+Blue) = 97+32+7=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #612007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612007 is #9EDFF8. Grayscale: #303030. Windows color (decimal): -10412025 or 467041. OLE color: 467041.

HSL color Cylindrical-coordinate representation of color #612007: hue angle of 16.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #612007 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 7 -
CMYK 0 0.67 0.93 0.62
HSL 16.67º 0.87% 0.2% -
HSV(B) 16.67º 0.93% 0.38% -
XYZ 5.48 3.59 0.6 -
YUV 48.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 97 32 7 0 0.67 0.93 0.62 16.67 0.87 0.2
Hex 61 20 7 0 43 5D 3E 11 57 14
Octal 141 40 7 0 103 135 76 21 127 24
Binary 1100001 100000 111 0 1000011 1011101 111110 10001 1010111 10100

Color Harmonies of #612007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612007

Black with #612007

Text Example


Text Example

White with #612007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612007; }

 p { color: rgb(97,32,7); }

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

background-color css

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

 a { background-color: rgb(97,32,7); }

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

border-color css

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

 span { border-color: rgb(97,32,7); }

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