Html Css Color HEX #612D1B Baker's Chocolate

📋 copy color: '#612D1B'

red 97 ◦ green 45 ◦ blue 27

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

Shades of Baker's Chocolate #612D1B

Tints of Baker's Chocolate #612D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.63%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 57.4%
G = 26.63%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#612D1B (or 0x612D1B) is known color: Baker's Chocolate. HEX triplet: 61, 2D and 1B. RGB value is (97,45,27). Sum of RGB (Red+Green+Blue) = 97+45+27=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #612D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D1B is #9ED2E4. Grayscale: #3A3A3A. Windows color (decimal): -10408677 or 1781089. OLE color: 1781089.

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

Color convert

RGB 97 45 27 -
CMYK 0 0.54 0.72 0.62
HSL 15.43º 0.56% 0.24% -
HSV(B) 15.43º 0.72% 0.38% -
XYZ 6.07 4.5 1.59 -
YUV 58.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 97 45 27 0 0.54 0.72 0.62 15.43 0.56 0.24
Hex 61 2D 1B 0 36 48 3E F 38 18
Octal 141 55 33 0 66 110 76 17 70 30
Binary 1100001 101101 11011 0 110110 1001000 111110 1111 111000 11000

Color Harmonies of #612D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D1B

Black with #612D1B

Text Example


Text Example

White with #612D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,45,27); }

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

background-color css

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

 a { background-color: rgb(97,45,27); }

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

border-color css

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

 span { border-color: rgb(97,45,27); }

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