Html Css Color HEX #613007 Baker's Chocolate

📋 copy color: '#613007'

red 97 ◦ green 48 ◦ blue 7

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

Shades of Baker's Chocolate #613007

Tints of Baker's Chocolate #613007

RGB

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

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

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

R = 63.82%
G = 31.58%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#613007 (or 0x613007) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 07. RGB value is (97,48,7). Sum of RGB (Red+Green+Blue) = 97+48+7=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #613007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613007 is #9ECFF8. Grayscale: #3A3A3A. Windows color (decimal): -10407929 or 471137. OLE color: 471137.

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

Color convert

RGB 97 48 7 -
CMYK 0 0.51 0.93 0.62
HSL 27.33º 0.87% 0.2% -
HSV(B) 27.33º 0.93% 0.38% -
XYZ 6.03 4.67 0.78 -
YUV 57.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 97 48 7 0 0.51 0.93 0.62 27.33 0.87 0.2
Hex 61 30 7 0 33 5D 3E 1B 57 14
Octal 141 60 7 0 63 135 76 33 127 24
Binary 1100001 110000 111 0 110011 1011101 111110 11011 1010111 10100

Color Harmonies of #613007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613007

Black with #613007

Text Example


Text Example

White with #613007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613007; }

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

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

background-color css

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

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

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

border-color css

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

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

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