Html Css Color HEX #613809 Baker's Chocolate

📋 copy color: '#613809'

red 97 ◦ green 56 ◦ blue 9

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

Shades of Baker's Chocolate #613809

Tints of Baker's Chocolate #613809

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

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

R = 59.88%
G = 34.57%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#613809 (or 0x613809) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 09. RGB value is (97,56,9). Sum of RGB (Red+Green+Blue) = 97+56+9=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #613809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613809 is #9EC7F6. Grayscale: #3F3F3F. Windows color (decimal): -10405879 or 604257. OLE color: 604257.

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

Color convert

RGB 97 56 9 -
CMYK 0 0.42 0.91 0.62
HSL 32.05º 0.83% 0.21% -
HSV(B) 32.05º 0.91% 0.38% -
XYZ 6.39 5.39 0.96 -
YUV 62.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 97 56 9 0 0.42 0.91 0.62 32.05 0.83 0.21
Hex 61 38 9 0 2A 5B 3E 20 53 15
Octal 141 70 11 0 52 133 76 40 123 25
Binary 1100001 111000 1001 0 101010 1011011 111110 100000 1010011 10101

Color Harmonies of #613809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613809

Black with #613809

Text Example


Text Example

White with #613809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613809; }

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

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

background-color css

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

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

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

border-color css

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

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

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