Html Css Color HEX #613A1A Baker's Chocolate

📋 copy color: '#613A1A'

red 97 ◦ green 58 ◦ blue 26

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

Shades of Baker's Chocolate #613A1A

Tints of Baker's Chocolate #613A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 53.59%
G = 32.04%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#613A1A (or 0x613A1A) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 1A. RGB value is (97,58,26). Sum of RGB (Red+Green+Blue) = 97+58+26=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A1A is #9EC5E5. Grayscale: #424242. Windows color (decimal): -10405350 or 1718881. OLE color: 1718881.

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

Color convert

RGB 97 58 26 -
CMYK 0 0.40 0.73 0.62
HSL 27.04º 0.58% 0.24% -
HSV(B) 27.04º 0.73% 0.38% -
XYZ 6.63 5.64 1.72 -
YUV 66.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 97 58 26 0 0.40 0.73 0.62 27.04 0.58 0.24
Hex 61 3A 1A 0 28 49 3E 1B 3A 18
Octal 141 72 32 0 50 111 76 33 72 30
Binary 1100001 111010 11010 0 101000 1001001 111110 11011 111010 11000

Color Harmonies of #613A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A1A

Black with #613A1A

Text Example


Text Example

White with #613A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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