Html Css Color HEX #613419 Baker's Chocolate

📋 copy color: '#613419'

red 97 ◦ green 52 ◦ blue 25

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

Shades of Baker's Chocolate #613419

Tints of Baker's Chocolate #613419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 55.75%
G = 29.89%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#613419 (or 0x613419) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 19. RGB value is (97,52,25). Sum of RGB (Red+Green+Blue) = 97+52+25=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613419 is #9ECBE6. Grayscale: #3E3E3E. Windows color (decimal): -10406887 or 1651809. OLE color: 1651809.

HSL color Cylindrical-coordinate representation of color #613419: hue angle of 22.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613419 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 25 -
CMYK 0 0.46 0.74 0.62
HSL 22.5º 0.59% 0.24% -
HSV(B) 22.5º 0.74% 0.38% -
XYZ 6.33 5.07 1.56 -
YUV 62.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 97 52 25 0 0.46 0.74 0.62 22.5 0.59 0.24
Hex 61 34 19 0 2E 4A 3E 16 3B 18
Octal 141 64 31 0 56 112 76 26 73 30
Binary 1100001 110100 11001 0 101110 1001010 111110 10110 111011 11000

Color Harmonies of #613419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613419

Black with #613419

Text Example


Text Example

White with #613419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613419; }

 p { color: rgb(97,52,25); }

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

background-color css

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

 a { background-color: rgb(97,52,25); }

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

border-color css

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

 span { border-color: rgb(97,52,25); }

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