Html Css Color HEX #613C14 Baker's Chocolate

📋 copy color: '#613C14'

red 97 ◦ green 60 ◦ blue 20

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

Shades of Baker's Chocolate #613C14

Tints of Baker's Chocolate #613C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 54.8%
G = 33.9%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613C14 (or 0x613C14) is known color: Baker's Chocolate. HEX triplet: 61, 3C and 14. RGB value is (97,60,20). Sum of RGB (Red+Green+Blue) = 97+60+20=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #613C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C14 is #9EC3EB. Grayscale: #424242. Windows color (decimal): -10404844 or 1326177. OLE color: 1326177.

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

Color convert

RGB 97 60 20 -
CMYK 0 0.38 0.79 0.62
HSL 31.17º 0.66% 0.23% -
HSV(B) 31.17º 0.79% 0.38% -
XYZ 6.67 5.82 1.43 -
YUV 66.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 97 60 20 0 0.38 0.79 0.62 31.17 0.66 0.23
Hex 61 3C 14 0 26 4F 3E 1F 42 17
Octal 141 74 24 0 46 117 76 37 102 27
Binary 1100001 111100 10100 0 100110 1001111 111110 11111 1000010 10111

Color Harmonies of #613C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C14

Black with #613C14

Text Example


Text Example

White with #613C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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