Html Css Color HEX #613319 Baker's Chocolate

📋 copy color: '#613319'

red 97 ◦ green 51 ◦ blue 25

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

Shades of Baker's Chocolate #613319

Tints of Baker's Chocolate #613319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

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

R = 56.07%
G = 29.48%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#613319 (or 0x613319) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 19. RGB value is (97,51,25). Sum of RGB (Red+Green+Blue) = 97+51+25=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613319 is #9ECCE6. Grayscale: #3D3D3D. Windows color (decimal): -10407143 or 1651553. OLE color: 1651553.

HSL color Cylindrical-coordinate representation of color #613319: hue angle of 21.67º 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 #613319 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 25 -
CMYK 0 0.47 0.74 0.62
HSL 21.67º 0.59% 0.24% -
HSV(B) 21.67º 0.74% 0.38% -
XYZ 6.29 4.98 1.55 -
YUV 61.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 97 51 25 0 0.47 0.74 0.62 21.67 0.59 0.24
Hex 61 33 19 0 2F 4A 3E 16 3B 18
Octal 141 63 31 0 57 112 76 26 73 30
Binary 1100001 110011 11001 0 101111 1001010 111110 10110 111011 11000

Color Harmonies of #613319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613319

Black with #613319

Text Example


Text Example

White with #613319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613319; }

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

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

background-color css

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

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

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

border-color css

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

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

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