Html Css Color HEX #612002 Baker's Chocolate

📋 copy color: '#612002'

red 97 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #612002

Tints of Baker's Chocolate #612002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 74.05%
G = 24.43%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#612002 (or 0x612002) is known color: Baker's Chocolate. HEX triplet: 61, 20 and 02. RGB value is (97,32,2). Sum of RGB (Red+Green+Blue) = 97+32+2=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #612002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612002 is #9EDFFD. Grayscale: #303030. Windows color (decimal): -10412030 or 139361. OLE color: 139361.

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

Color convert

RGB 97 32 2 -
CMYK 0 0.67 0.98 0.62
HSL 18.95º 0.96% 0.19% -
HSV(B) 18.95º 0.98% 0.38% -
XYZ 5.46 3.58 0.46 -
YUV 48.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 97 32 2 0 0.67 0.98 0.62 18.95 0.96 0.19
Hex 61 20 2 0 43 62 3E 13 60 13
Octal 141 40 2 0 103 142 76 23 140 23
Binary 1100001 100000 10 0 1000011 1100010 111110 10011 1100000 10011

Color Harmonies of #612002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612002

Black with #612002

Text Example


Text Example

White with #612002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612002; }

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

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

background-color css

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

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

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

border-color css

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

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

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