Html Css Color HEX #613C11 Baker's Chocolate

📋 copy color: '#613C11'

red 97 ◦ green 60 ◦ blue 17

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

Shades of Baker's Chocolate #613C11

Tints of Baker's Chocolate #613C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 55.75%
G = 34.48%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#613C11 (or 0x613C11) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 11. RGB value is (97,60,17). Sum of RGB (Red+Green+Blue) = 97+60+17=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C11 is #9EC3EE. Grayscale: #424242. Windows color (decimal): -10404847 or 1129569. OLE color: 1129569.

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

Color convert

RGB 97 60 17 -
CMYK 0 0.38 0.82 0.62
HSL 32.25º 0.7% 0.22% -
HSV(B) 32.25º 0.82% 0.38% -
XYZ 6.65 5.81 1.3 -
YUV 66.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 97 60 17 0 0.38 0.82 0.62 32.25 0.7 0.22
Hex 61 3C 11 0 26 52 3E 20 46 16
Octal 141 74 21 0 46 122 76 40 106 26
Binary 1100001 111100 10001 0 100110 1010010 111110 100000 1000110 10110

Color Harmonies of #613C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C11

Black with #613C11

Text Example


Text Example

White with #613C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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