Html Css Color HEX #612504 Baker's Chocolate

📋 copy color: '#612504'

red 97 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #612504

Tints of Baker's Chocolate #612504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

 BLUE value IS 4 (1.95% from 255) = 2.9%

R = 70.29%
G = 26.81%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#612504 (or 0x612504) is known color: Baker's Chocolate. HEX triplet: 61, 25 and 04. RGB value is (97,37,4). Sum of RGB (Red+Green+Blue) = 97+37+4=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #612504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612504 is #9EDAFB. Grayscale: #333333. Windows color (decimal): -10410748 or 271713. OLE color: 271713.

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

Color convert

RGB 97 37 4 -
CMYK 0 0.62 0.96 0.62
HSL 21.29º 0.92% 0.2% -
HSV(B) 21.29º 0.96% 0.38% -
XYZ 5.61 3.87 0.57 -
YUV 51.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 97 37 4 0 0.62 0.96 0.62 21.29 0.92 0.2
Hex 61 25 4 0 3E 60 3E 15 5C 14
Octal 141 45 4 0 76 140 76 25 134 24
Binary 1100001 100101 100 0 111110 1100000 111110 10101 1011100 10100

Color Harmonies of #612504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612504

Black with #612504

Text Example


Text Example

White with #612504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612504; }

 p { color: rgb(97,37,4); }

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

background-color css

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

 a { background-color: rgb(97,37,4); }

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

border-color css

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

 span { border-color: rgb(97,37,4); }

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