Html Css Color HEX #613D0B Baker's Chocolate

📋 copy color: '#613D0B'

red 97 ◦ green 61 ◦ blue 11

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

Shades of Baker's Chocolate #613D0B

Tints of Baker's Chocolate #613D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 57.4%
G = 36.09%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#613D0B (or 0x613D0B) is known color: Baker's Chocolate. HEX triplet: 61, 3D and 0B. RGB value is (97,61,11). Sum of RGB (Red+Green+Blue) = 97+61+11=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D0B is #9EC2F4. Grayscale: #424242. Windows color (decimal): -10404597 or 736609. OLE color: 736609.

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

Color convert

RGB 97 61 11 -
CMYK 0 0.37 0.89 0.62
HSL 34.88º 0.8% 0.21% -
HSV(B) 34.88º 0.89% 0.38% -
XYZ 6.66 5.9 1.11 -
YUV 66.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 97 61 11 0 0.37 0.89 0.62 34.88 0.8 0.21
Hex 61 3D B 0 25 59 3E 23 50 15
Octal 141 75 13 0 45 131 76 43 120 25
Binary 1100001 111101 1011 0 100101 1011001 111110 100011 1010000 10101

Color Harmonies of #613D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D0B

Black with #613D0B

Text Example


Text Example

White with #613D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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