Html Css Color HEX #603819 Baker's Chocolate

📋 copy color: '#603819'

red 96 ◦ green 56 ◦ blue 25

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

Shades of Baker's Chocolate #603819

Tints of Baker's Chocolate #603819

RGB

 RED value IS 96 (37.89% from 255) = 54.24%

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 54.24%
G = 31.64%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#603819 (or 0x603819) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 19. RGB value is (96,56,25). Sum of RGB (Red+Green+Blue) = 96+56+25=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603819 is #9FC7E6. Grayscale: #404040. Windows color (decimal): -10471399 or 1652832. OLE color: 1652832.

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

Color convert

RGB 96 56 25 -
CMYK 0 0.42 0.74 0.62
HSL 26.2º 0.59% 0.24% -
HSV(B) 26.2º 0.74% 0.38% -
XYZ 6.41 5.39 1.62 -
YUV 64.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 96 56 25 0 0.42 0.74 0.62 26.2 0.59 0.24
Hex 60 38 19 0 2A 4A 3E 1A 3B 18
Octal 140 70 31 0 52 112 76 32 73 30
Binary 1100000 111000 11001 0 101010 1001010 111110 11010 111011 11000

Color Harmonies of #603819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603819

Black with #603819

Text Example


Text Example

White with #603819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603819; }

 p { color: rgb(96,56,25); }

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

background-color css

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

 a { background-color: rgb(96,56,25); }

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

border-color css

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

 span { border-color: rgb(96,56,25); }

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