Html Css Color HEX #613306 Baker's Chocolate

📋 copy color: '#613306'

red 97 ◦ green 51 ◦ blue 6

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

Shades of Baker's Chocolate #613306

Tints of Baker's Chocolate #613306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 62.99%
G = 33.12%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#613306 (or 0x613306) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 06. RGB value is (97,51,6). Sum of RGB (Red+Green+Blue) = 97+51+6=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #613306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613306 is #9ECCF9. Grayscale: #3B3B3B. Windows color (decimal): -10407162 or 406369. OLE color: 406369.

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

Color convert

RGB 97 51 6 -
CMYK 0 0.47 0.94 0.62
HSL 29.67º 0.88% 0.2% -
HSV(B) 29.67º 0.94% 0.38% -
XYZ 6.15 4.92 0.8 -
YUV 59.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 97 51 6 0 0.47 0.94 0.62 29.67 0.88 0.2
Hex 61 33 6 0 2F 5E 3E 1E 58 14
Octal 141 63 6 0 57 136 76 36 130 24
Binary 1100001 110011 110 0 101111 1011110 111110 11110 1011000 10100

Color Harmonies of #613306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613306

Black with #613306

Text Example


Text Example

White with #613306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613306; }

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

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

background-color css

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

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

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

border-color css

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

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

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