Html Css Color HEX #613A06 Baker's Chocolate

📋 copy color: '#613A06'

red 97 ◦ green 58 ◦ blue 6

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

Shades of Baker's Chocolate #613A06

Tints of Baker's Chocolate #613A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.02%

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

R = 60.25%
G = 36.02%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#613A06 (or 0x613A06) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 06. RGB value is (97,58,6). Sum of RGB (Red+Green+Blue) = 97+58+6=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #613A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A06 is #9EC5F9. Grayscale: #3F3F3F. Windows color (decimal): -10405370 or 408161. OLE color: 408161.

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

Color convert

RGB 97 58 6 -
CMYK 0 0.40 0.94 0.62
HSL 34.29º 0.88% 0.2% -
HSV(B) 34.29º 0.94% 0.38% -
XYZ 6.48 5.58 0.91 -
YUV 63.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 97 58 6 0 0.40 0.94 0.62 34.29 0.88 0.2
Hex 61 3A 6 0 28 5E 3E 22 58 14
Octal 141 72 6 0 50 136 76 42 130 24
Binary 1100001 111010 110 0 101000 1011110 111110 100010 1011000 10100

Color Harmonies of #613A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A06

Black with #613A06

Text Example


Text Example

White with #613A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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