Html Css Color HEX #613E0D Baker's Chocolate

📋 copy color: '#613E0D'

red 97 ◦ green 62 ◦ blue 13

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

Shades of Baker's Chocolate #613E0D

Tints of Baker's Chocolate #613E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.05%

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

R = 56.4%
G = 36.05%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#613E0D (or 0x613E0D) is known color: Baker's Chocolate. HEX triplet: 61, 3E and 0D. RGB value is (97,62,13). Sum of RGB (Red+Green+Blue) = 97+62+13=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #613E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E0D is #9EC1F2. Grayscale: #434343. Windows color (decimal): -10404339 or 867937. OLE color: 867937.

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

Color convert

RGB 97 62 13 -
CMYK 0 0.36 0.87 0.62
HSL 35º 0.76% 0.22% -
HSV(B) 35º 0.87% 0.38% -
XYZ 6.73 6.02 1.19 -
YUV 66.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 97 62 13 0 0.36 0.87 0.62 35 0.76 0.22
Hex 61 3E D 0 24 57 3E 23 4C 16
Octal 141 76 15 0 44 127 76 43 114 26
Binary 1100001 111110 1101 0 100100 1010111 111110 100011 1001100 10110

Color Harmonies of #613E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E0D

Black with #613E0D

Text Example


Text Example

White with #613E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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