Html Css Color HEX #613D11 Baker's Chocolate

📋 copy color: '#613D11'

red 97 ◦ green 61 ◦ blue 17

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

Shades of Baker's Chocolate #613D11

Tints of Baker's Chocolate #613D11

RGB

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

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

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

R = 55.43%
G = 34.86%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#613D11 (or 0x613D11) is known color: Baker's Chocolate. HEX triplet: 61, 3D and 11. RGB value is (97,61,17). Sum of RGB (Red+Green+Blue) = 97+61+17=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D11 is #9EC2EE. Grayscale: #424242. Windows color (decimal): -10404591 or 1129825. OLE color: 1129825.

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

Color convert

RGB 97 61 17 -
CMYK 0 0.37 0.82 0.62
HSL 33º 0.7% 0.22% -
HSV(B) 33º 0.82% 0.38% -
XYZ 6.7 5.92 1.32 -
YUV 66.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 97 61 17 0 0.37 0.82 0.62 33 0.7 0.22
Hex 61 3D 11 0 25 52 3E 21 46 16
Octal 141 75 21 0 45 122 76 41 106 26
Binary 1100001 111101 10001 0 100101 1010010 111110 100001 1000110 10110

Color Harmonies of #613D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D11

Black with #613D11

Text Example


Text Example

White with #613D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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