Html Css Color HEX #613A10 Baker's Chocolate

📋 copy color: '#613A10'

red 97 ◦ green 58 ◦ blue 16

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

Shades of Baker's Chocolate #613A10

Tints of Baker's Chocolate #613A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

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

R = 56.73%
G = 33.92%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#613A10 (or 0x613A10) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 10. RGB value is (97,58,16). Sum of RGB (Red+Green+Blue) = 97+58+16=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A10 is #9EC5EF. Grayscale: #414141. Windows color (decimal): -10405360 or 1063521. OLE color: 1063521.

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

Color convert

RGB 97 58 16 -
CMYK 0 0.40 0.84 0.62
HSL 31.11º 0.72% 0.22% -
HSV(B) 31.11º 0.84% 0.38% -
XYZ 6.54 5.6 1.23 -
YUV 64.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 97 58 16 0 0.40 0.84 0.62 31.11 0.72 0.22
Hex 61 3A 10 0 28 54 3E 1F 48 16
Octal 141 72 20 0 50 124 76 37 110 26
Binary 1100001 111010 10000 0 101000 1010100 111110 11111 1001000 10110

Color Harmonies of #613A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A10

Black with #613A10

Text Example


Text Example

White with #613A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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