Html Css Color HEX #612509 Baker's Chocolate

📋 copy color: '#612509'

red 97 ◦ green 37 ◦ blue 9

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

Shades of Baker's Chocolate #612509

Tints of Baker's Chocolate #612509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.29%

R = 67.83%
G = 25.87%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#612509 (or 0x612509) is known color: Baker's Chocolate. HEX triplet: 61, 25 and 09. RGB value is (97,37,9). Sum of RGB (Red+Green+Blue) = 97+37+9=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #612509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612509 is #9EDAF6. Grayscale: #333333. Windows color (decimal): -10410743 or 599393. OLE color: 599393.

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

Color convert

RGB 97 37 9 -
CMYK 0 0.62 0.91 0.62
HSL 19.09º 0.83% 0.21% -
HSV(B) 19.09º 0.91% 0.38% -
XYZ 5.64 3.88 0.71 -
YUV 51.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 97 37 9 0 0.62 0.91 0.62 19.09 0.83 0.21
Hex 61 25 9 0 3E 5B 3E 13 53 15
Octal 141 45 11 0 76 133 76 23 123 25
Binary 1100001 100101 1001 0 111110 1011011 111110 10011 1010011 10101

Color Harmonies of #612509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612509

Black with #612509

Text Example


Text Example

White with #612509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612509; }

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

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

background-color css

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

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

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

border-color css

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

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

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