Html Css Color HEX #612606 Baker's Chocolate

📋 copy color: '#612606'

red 97 ◦ green 38 ◦ blue 6

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

Shades of Baker's Chocolate #612606

Tints of Baker's Chocolate #612606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 68.79%
G = 26.95%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#612606 (or 0x612606) is known color: Baker's Chocolate. HEX triplet: 61, 26 and 06. RGB value is (97,38,6). Sum of RGB (Red+Green+Blue) = 97+38+6=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #612606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612606 is #9ED9F9. Grayscale: #343434. Windows color (decimal): -10410490 or 403041. OLE color: 403041.

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

Color convert

RGB 97 38 6 -
CMYK 0 0.61 0.94 0.62
HSL 21.1º 0.88% 0.2% -
HSV(B) 21.1º 0.94% 0.38% -
XYZ 5.66 3.94 0.63 -
YUV 51.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 97 38 6 0 0.61 0.94 0.62 21.1 0.88 0.2
Hex 61 26 6 0 3D 5E 3E 15 58 14
Octal 141 46 6 0 75 136 76 25 130 24
Binary 1100001 100110 110 0 111101 1011110 111110 10101 1011000 10100

Color Harmonies of #612606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612606

Black with #612606

Text Example


Text Example

White with #612606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612606; }

 p { color: rgb(97,38,6); }

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

background-color css

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

 a { background-color: rgb(97,38,6); }

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

border-color css

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

 span { border-color: rgb(97,38,6); }

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