Html Css Color HEX #613A0E Baker's Chocolate

📋 copy color: '#613A0E'

red 97 ◦ green 58 ◦ blue 14

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

Shades of Baker's Chocolate #613A0E

Tints of Baker's Chocolate #613A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.28%

R = 57.4%
G = 34.32%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#613A0E (or 0x613A0E) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 0E. RGB value is (97,58,14). Sum of RGB (Red+Green+Blue) = 97+58+14=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A0E is #9EC5F1. Grayscale: #404040. Windows color (decimal): -10405362 or 932449. OLE color: 932449.

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

Color convert

RGB 97 58 14 -
CMYK 0 0.40 0.86 0.62
HSL 31.81º 0.75% 0.22% -
HSV(B) 31.81º 0.86% 0.38% -
XYZ 6.52 5.6 1.15 -
YUV 64.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 97 58 14 0 0.40 0.86 0.62 31.81 0.75 0.22
Hex 61 3A E 0 28 56 3E 20 4B 16
Octal 141 72 16 0 50 126 76 40 113 26
Binary 1100001 111010 1110 0 101000 1010110 111110 100000 1001011 10110

Color Harmonies of #613A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A0E

Black with #613A0E

Text Example


Text Example

White with #613A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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