Html Css Color HEX #612309 Baker's Chocolate

📋 copy color: '#612309'

red 97 ◦ green 35 ◦ blue 9

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

Shades of Baker's Chocolate #612309

Tints of Baker's Chocolate #612309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

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

R = 68.79%
G = 24.82%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#612309 (or 0x612309) is known color: Baker's Chocolate. HEX triplet: 61, 23 and 09. RGB value is (97,35,9). Sum of RGB (Red+Green+Blue) = 97+35+9=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #612309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612309 is #9EDCF6. Grayscale: #323232. Windows color (decimal): -10411255 or 598881. OLE color: 598881.

HSL color Cylindrical-coordinate representation of color #612309: hue angle of 17.73º 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 #612309 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 9 -
CMYK 0 0.64 0.91 0.62
HSL 17.73º 0.83% 0.21% -
HSV(B) 17.73º 0.91% 0.38% -
XYZ 5.58 3.76 0.69 -
YUV 50.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 97 35 9 0 0.64 0.91 0.62 17.73 0.83 0.21
Hex 61 23 9 0 40 5B 3E 12 53 15
Octal 141 43 11 0 100 133 76 22 123 25
Binary 1100001 100011 1001 0 1000000 1011011 111110 10010 1010011 10101

Color Harmonies of #612309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612309

Black with #612309

Text Example


Text Example

White with #612309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612309; }

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

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

background-color css

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

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

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

border-color css

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

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

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