Html Css Color HEX #613C06 Baker's Chocolate

📋 copy color: '#613C06'

red 97 ◦ green 60 ◦ blue 6

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

Shades of Baker's Chocolate #613C06

Tints of Baker's Chocolate #613C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 59.51%
G = 36.81%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#613C06 (or 0x613C06) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 06. RGB value is (97,60,6). Sum of RGB (Red+Green+Blue) = 97+60+6=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C06 is #9EC3F9. Grayscale: #414141. Windows color (decimal): -10404858 or 408673. OLE color: 408673.

HSL color Cylindrical-coordinate representation of color #613C06: hue angle of 35.6º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #613C06 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 60 6 -
CMYK 0 0.38 0.94 0.62
HSL 35.6º 0.88% 0.2% -
HSV(B) 35.6º 0.94% 0.38% -
XYZ 6.58 5.79 0.94 -
YUV 64.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 97 60 6 0 0.38 0.94 0.62 35.6 0.88 0.2
Hex 61 3C 6 0 26 5E 3E 24 58 14
Octal 141 74 6 0 46 136 76 44 130 24
Binary 1100001 111100 110 0 100110 1011110 111110 100100 1011000 10100

Color Harmonies of #613C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C06

Black with #613C06

Text Example


Text Example

White with #613C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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