Html Css Color HEX #613708 Baker's Chocolate

📋 copy color: '#613708'

red 97 ◦ green 55 ◦ blue 8

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

Shades of Baker's Chocolate #613708

Tints of Baker's Chocolate #613708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

 BLUE value IS 8 (3.52% from 255) = 5%

R = 60.63%
G = 34.38%
B = 5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#613708 (or 0x613708) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 08. RGB value is (97,55,8). Sum of RGB (Red+Green+Blue) = 97+55+8=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613708 is #9EC8F7. Grayscale: #3E3E3E. Windows color (decimal): -10406136 or 538465. OLE color: 538465.

HSL color Cylindrical-coordinate representation of color #613708: hue angle of 31.69º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #613708 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 8 -
CMYK 0 0.43 0.92 0.62
HSL 31.69º 0.85% 0.21% -
HSV(B) 31.69º 0.92% 0.38% -
XYZ 6.34 5.29 0.92 -
YUV 62.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 97 55 8 0 0.43 0.92 0.62 31.69 0.85 0.21
Hex 61 37 8 0 2B 5C 3E 20 55 15
Octal 141 67 10 0 53 134 76 40 125 25
Binary 1100001 110111 1000 0 101011 1011100 111110 100000 1010101 10101

Color Harmonies of #613708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613708

Black with #613708

Text Example


Text Example

White with #613708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613708; }

 p { color: rgb(97,55,8); }

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

background-color css

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

 a { background-color: rgb(97,55,8); }

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

border-color css

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

 span { border-color: rgb(97,55,8); }

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