Html Css Color HEX #613616 Baker's Chocolate

📋 copy color: '#613616'

red 97 ◦ green 54 ◦ blue 22

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

Shades of Baker's Chocolate #613616

Tints of Baker's Chocolate #613616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 56.07%
G = 31.21%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#613616 (or 0x613616) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 16. RGB value is (97,54,22). Sum of RGB (Red+Green+Blue) = 97+54+22=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613616 is #9EC9E9. Grayscale: #3F3F3F. Windows color (decimal): -10406378 or 1455713. OLE color: 1455713.

HSL color Cylindrical-coordinate representation of color #613616: hue angle of 25.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #613616 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 22 -
CMYK 0 0.44 0.77 0.62
HSL 25.6º 0.63% 0.23% -
HSV(B) 25.6º 0.77% 0.38% -
XYZ 6.39 5.24 1.43 -
YUV 63.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 97 54 22 0 0.44 0.77 0.62 25.6 0.63 0.23
Hex 61 36 16 0 2C 4D 3E 1A 3F 17
Octal 141 66 26 0 54 115 76 32 77 27
Binary 1100001 110110 10110 0 101100 1001101 111110 11010 111111 10111

Color Harmonies of #613616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613616

Black with #613616

Text Example


Text Example

White with #613616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613616; }

 p { color: rgb(97,54,22); }

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

background-color css

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

 a { background-color: rgb(97,54,22); }

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

border-color css

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

 span { border-color: rgb(97,54,22); }

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