Html Css Color HEX #613A1B Baker's Chocolate

📋 copy color: '#613A1B'

red 97 ◦ green 58 ◦ blue 27

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

Shades of Baker's Chocolate #613A1B

Tints of Baker's Chocolate #613A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 53.3%
G = 31.87%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#613A1B (or 0x613A1B) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 1B. RGB value is (97,58,27). Sum of RGB (Red+Green+Blue) = 97+58+27=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #613A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A1B is #9EC5E4. Grayscale: #424242. Windows color (decimal): -10405349 or 1784417. OLE color: 1784417.

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

Color convert

RGB 97 58 27 -
CMYK 0 0.40 0.72 0.62
HSL 26.57º 0.56% 0.24% -
HSV(B) 26.57º 0.72% 0.38% -
XYZ 6.64 5.65 1.78 -
YUV 66.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 97 58 27 0 0.40 0.72 0.62 26.57 0.56 0.24
Hex 61 3A 1B 0 28 48 3E 1B 38 18
Octal 141 72 33 0 50 110 76 33 70 30
Binary 1100001 111010 11011 0 101000 1001000 111110 11011 111000 11000

Color Harmonies of #613A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A1B

Black with #613A1B

Text Example


Text Example

White with #613A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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