Html Css Color HEX #613D09 Baker's Chocolate

📋 copy color: '#613D09'

red 97 ◦ green 61 ◦ blue 9

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

Shades of Baker's Chocolate #613D09

Tints of Baker's Chocolate #613D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.53%

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

R = 58.08%
G = 36.53%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#613D09 (or 0x613D09) is known color: Baker's Chocolate. HEX triplet: 61, 3D and 09. RGB value is (97,61,9). Sum of RGB (Red+Green+Blue) = 97+61+9=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D09 is #9EC2F6. Grayscale: #424242. Windows color (decimal): -10404599 or 605537. OLE color: 605537.

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

Color convert

RGB 97 61 9 -
CMYK 0 0.37 0.91 0.62
HSL 35.45º 0.83% 0.21% -
HSV(B) 35.45º 0.91% 0.38% -
XYZ 6.65 5.9 1.05 -
YUV 65.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 97 61 9 0 0.37 0.91 0.62 35.45 0.83 0.21
Hex 61 3D 9 0 25 5B 3E 23 53 15
Octal 141 75 11 0 45 133 76 43 123 25
Binary 1100001 111101 1001 0 100101 1011011 111110 100011 1010011 10101

Color Harmonies of #613D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D09

Black with #613D09

Text Example


Text Example

White with #613D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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