Html Css Color HEX #612F19 Baker's Chocolate

📋 copy color: '#612F19'

red 97 ◦ green 47 ◦ blue 25

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

Shades of Baker's Chocolate #612F19

Tints of Baker's Chocolate #612F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.81%

 BLUE value IS 25 (10.16% from 255) = 14.79%

R = 57.4%
G = 27.81%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#612F19 (or 0x612F19) is known color: Baker's Chocolate. HEX triplet: 61, 2F and 19. RGB value is (97,47,25). Sum of RGB (Red+Green+Blue) = 97+47+25=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F19 is #9ED0E6. Grayscale: #3B3B3B. Windows color (decimal): -10408167 or 1650529. OLE color: 1650529.

HSL color Cylindrical-coordinate representation of color #612F19: hue angle of 18.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612F19 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 47 25 -
CMYK 0 0.52 0.74 0.62
HSL 18.33º 0.59% 0.24% -
HSV(B) 18.33º 0.74% 0.38% -
XYZ 6.12 4.64 1.49 -
YUV 59.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 97 47 25 0 0.52 0.74 0.62 18.33 0.59 0.24
Hex 61 2F 19 0 34 4A 3E 12 3B 18
Octal 141 57 31 0 64 112 76 22 73 30
Binary 1100001 101111 11001 0 110100 1001010 111110 10010 111011 11000

Color Harmonies of #612F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F19

Black with #612F19

Text Example


Text Example

White with #612F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612F19; }

 p { color: rgb(97,47,25); }

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

background-color css

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

 a { background-color: rgb(97,47,25); }

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

border-color css

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

 span { border-color: rgb(97,47,25); }

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