Html Css Color HEX #613A1C Baker's Chocolate

📋 copy color: '#613A1C'

red 97 ◦ green 58 ◦ blue 28

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

Shades of Baker's Chocolate #613A1C

Tints of Baker's Chocolate #613A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 53.01%
G = 31.69%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#613A1C (or 0x613A1C) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 1C. RGB value is (97,58,28). Sum of RGB (Red+Green+Blue) = 97+58+28=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A1C is #9EC5E3. Grayscale: #424242. Windows color (decimal): -10405348 or 1849953. OLE color: 1849953.

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

Color convert

RGB 97 58 28 -
CMYK 0 0.40 0.71 0.62
HSL 26.09º 0.55% 0.25% -
HSV(B) 26.09º 0.71% 0.38% -
XYZ 6.65 5.65 1.84 -
YUV 66.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 97 58 28 0 0.40 0.71 0.62 26.09 0.55 0.25
Hex 61 3A 1C 0 28 47 3E 1A 37 19
Octal 141 72 34 0 50 107 76 32 67 31
Binary 1100001 111010 11100 0 101000 1000111 111110 11010 110111 11001

Color Harmonies of #613A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A1C

Black with #613A1C

Text Example


Text Example

White with #613A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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