Html Css Color HEX #613307 Baker's Chocolate

📋 copy color: '#613307'

red 97 ◦ green 51 ◦ blue 7

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

Shades of Baker's Chocolate #613307

Tints of Baker's Chocolate #613307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 62.58%
G = 32.9%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#613307 (or 0x613307) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 07. RGB value is (97,51,7). Sum of RGB (Red+Green+Blue) = 97+51+7=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #613307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613307 is #9ECCF8. Grayscale: #3B3B3B. Windows color (decimal): -10407161 or 471905. OLE color: 471905.

HSL color Cylindrical-coordinate representation of color #613307: hue angle of 29.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #613307 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 7 -
CMYK 0 0.47 0.93 0.62
HSL 29.33º 0.87% 0.2% -
HSV(B) 29.33º 0.93% 0.38% -
XYZ 6.15 4.92 0.83 -
YUV 59.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 97 51 7 0 0.47 0.93 0.62 29.33 0.87 0.2
Hex 61 33 7 0 2F 5D 3E 1D 57 14
Octal 141 63 7 0 57 135 76 35 127 24
Binary 1100001 110011 111 0 101111 1011101 111110 11101 1010111 10100

Color Harmonies of #613307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613307

Black with #613307

Text Example


Text Example

White with #613307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613307; }

 p { color: rgb(97,51,7); }

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

background-color css

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

 a { background-color: rgb(97,51,7); }

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

border-color css

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

 span { border-color: rgb(97,51,7); }

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