Html Css Color HEX #613006 Baker's Chocolate

📋 copy color: '#613006'

red 97 ◦ green 48 ◦ blue 6

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

Shades of Baker's Chocolate #613006

Tints of Baker's Chocolate #613006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

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

R = 64.24%
G = 31.79%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#613006 (or 0x613006) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 06. RGB value is (97,48,6). Sum of RGB (Red+Green+Blue) = 97+48+6=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #613006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613006 is #9ECFF9. Grayscale: #3A3A3A. Windows color (decimal): -10407930 or 405601. OLE color: 405601.

HSL color Cylindrical-coordinate representation of color #613006: hue angle of 27.69º 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 #613006 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 6 -
CMYK 0 0.51 0.94 0.62
HSL 27.69º 0.88% 0.2% -
HSV(B) 27.69º 0.94% 0.38% -
XYZ 6.02 4.67 0.76 -
YUV 57.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 97 48 6 0 0.51 0.94 0.62 27.69 0.88 0.2
Hex 61 30 6 0 33 5E 3E 1C 58 14
Octal 141 60 6 0 63 136 76 34 130 24
Binary 1100001 110000 110 0 110011 1011110 111110 11100 1011000 10100

Color Harmonies of #613006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613006

Black with #613006

Text Example


Text Example

White with #613006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613006; }

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

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

background-color css

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

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

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

border-color css

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

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

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