Html Css Color HEX #613A08 Baker's Chocolate

📋 copy color: '#613A08'

red 97 ◦ green 58 ◦ blue 8

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

Shades of Baker's Chocolate #613A08

Tints of Baker's Chocolate #613A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 59.51%
G = 35.58%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#613A08 (or 0x613A08) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 08. RGB value is (97,58,8). Sum of RGB (Red+Green+Blue) = 97+58+8=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A08 is #9EC5F7. Grayscale: #404040. Windows color (decimal): -10405368 or 539233. OLE color: 539233.

HSL color Cylindrical-coordinate representation of color #613A08: hue angle of 33.71º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #613A08 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 8 -
CMYK 0 0.40 0.92 0.62
HSL 33.71º 0.85% 0.21% -
HSV(B) 33.71º 0.92% 0.38% -
XYZ 6.49 5.59 0.97 -
YUV 63.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 97 58 8 0 0.40 0.92 0.62 33.71 0.85 0.21
Hex 61 3A 8 0 28 5C 3E 22 55 15
Octal 141 72 10 0 50 134 76 42 125 25
Binary 1100001 111010 1000 0 101000 1011100 111110 100010 1010101 10101

Color Harmonies of #613A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A08

Black with #613A08

Text Example


Text Example

White with #613A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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