Html Css Color HEX #613C09 Baker's Chocolate

📋 copy color: '#613C09'

red 97 ◦ green 60 ◦ blue 9

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

Shades of Baker's Chocolate #613C09

Tints of Baker's Chocolate #613C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

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

R = 58.43%
G = 36.14%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#613C09 (or 0x613C09) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 09. RGB value is (97,60,9). Sum of RGB (Red+Green+Blue) = 97+60+9=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #613C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C09 is #9EC3F6. Grayscale: #414141. Windows color (decimal): -10404855 or 605281. OLE color: 605281.

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

Color convert

RGB 97 60 9 -
CMYK 0 0.38 0.91 0.62
HSL 34.77º 0.83% 0.21% -
HSV(B) 34.77º 0.91% 0.38% -
XYZ 6.59 5.79 1.03 -
YUV 65.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 97 60 9 0 0.38 0.91 0.62 34.77 0.83 0.21
Hex 61 3C 9 0 26 5B 3E 23 53 15
Octal 141 74 11 0 46 133 76 43 123 25
Binary 1100001 111100 1001 0 100110 1011011 111110 100011 1010011 10101

Color Harmonies of #613C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C09

Black with #613C09

Text Example


Text Example

White with #613C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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