Html Css Color HEX #612E19 Baker's Chocolate

📋 copy color: '#612E19'

red 97 ◦ green 46 ◦ blue 25

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

Shades of Baker's Chocolate #612E19

Tints of Baker's Chocolate #612E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.38%

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

R = 57.74%
G = 27.38%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#612E19 (or 0x612E19) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 19. RGB value is (97,46,25). Sum of RGB (Red+Green+Blue) = 97+46+25=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E19 is #9ED1E6. Grayscale: #3A3A3A. Windows color (decimal): -10408423 or 1650273. OLE color: 1650273.

HSL color Cylindrical-coordinate representation of color #612E19: hue angle of 17.5º 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 #612E19 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 25 -
CMYK 0 0.53 0.74 0.62
HSL 17.5º 0.59% 0.24% -
HSV(B) 17.5º 0.74% 0.38% -
XYZ 6.08 4.57 1.48 -
YUV 58.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 97 46 25 0 0.53 0.74 0.62 17.5 0.59 0.24
Hex 61 2E 19 0 35 4A 3E 12 3B 18
Octal 141 56 31 0 65 112 76 22 73 30
Binary 1100001 101110 11001 0 110101 1001010 111110 10010 111011 11000

Color Harmonies of #612E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E19

Black with #612E19

Text Example


Text Example

White with #612E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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