Html Css Color HEX #613A0D Baker's Chocolate

📋 copy color: '#613A0D'

red 97 ◦ green 58 ◦ blue 13

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

Shades of Baker's Chocolate #613A0D

Tints of Baker's Chocolate #613A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 57.74%
G = 34.52%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#613A0D (or 0x613A0D) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 0D. RGB value is (97,58,13). Sum of RGB (Red+Green+Blue) = 97+58+13=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A0D is #9EC5F2. Grayscale: #404040. Windows color (decimal): -10405363 or 866913. OLE color: 866913.

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

Color convert

RGB 97 58 13 -
CMYK 0 0.40 0.87 0.62
HSL 32.14º 0.76% 0.22% -
HSV(B) 32.14º 0.87% 0.38% -
XYZ 6.52 5.6 1.12 -
YUV 64.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 97 58 13 0 0.40 0.87 0.62 32.14 0.76 0.22
Hex 61 3A D 0 28 57 3E 20 4C 16
Octal 141 72 15 0 50 127 76 40 114 26
Binary 1100001 111010 1101 0 101000 1010111 111110 100000 1001100 10110

Color Harmonies of #613A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A0D

Black with #613A0D

Text Example


Text Example

White with #613A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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