Html Css Color HEX #613D10 Baker's Chocolate

📋 copy color: '#613D10'

red 97 ◦ green 61 ◦ blue 16

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

Shades of Baker's Chocolate #613D10

Tints of Baker's Chocolate #613D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 55.75%
G = 35.06%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#613D10 (or 0x613D10) is known color: Baker's Chocolate. HEX triplet: 61, 3D and 10. RGB value is (97,61,16). Sum of RGB (Red+Green+Blue) = 97+61+16=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D10 is #9EC2EF. Grayscale: #424242. Windows color (decimal): -10404592 or 1064289. OLE color: 1064289.

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

Color convert

RGB 97 61 16 -
CMYK 0 0.37 0.84 0.62
HSL 33.33º 0.72% 0.22% -
HSV(B) 33.33º 0.84% 0.38% -
XYZ 6.69 5.92 1.28 -
YUV 66.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 97 61 16 0 0.37 0.84 0.62 33.33 0.72 0.22
Hex 61 3D 10 0 25 54 3E 21 48 16
Octal 141 75 20 0 45 124 76 41 110 26
Binary 1100001 111101 10000 0 100101 1010100 111110 100001 1001000 10110

Color Harmonies of #613D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D10

Black with #613D10

Text Example


Text Example

White with #613D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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