Html Css Color HEX #604138 Very Dark Brown

📋 copy color: '#604138'

red 96 ◦ green 65 ◦ blue 56

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

Shades of Very Dark Brown #604138

Tints of Very Dark Brown #604138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 44.24%
G = 29.95%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#604138 (or 0x604138) is known color: Very Dark Brown. HEX triplet: 60, 41 and 38. RGB value is (96,65,56). Sum of RGB (Red+Green+Blue) = 96+65+56=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #604138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604138 is #9FBEC7. Grayscale: #494949. Windows color (decimal): -10469064 or 3686752. OLE color: 3686752.

HSL color Cylindrical-coordinate representation of color #604138: hue angle of 13.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #604138 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 56 -
CMYK 0 0.32 0.42 0.62
HSL 13.5º 0.26% 0.3% -
HSV(B) 13.5º 0.42% 0.38% -
XYZ 7.43 6.55 4.61 -
YUV 73.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 96 65 56 0 0.32 0.42 0.62 13.5 0.26 0.3
Hex 60 41 38 0 20 2A 3E E 1A 1E
Octal 140 101 70 0 40 52 76 16 32 36
Binary 1100000 1000001 111000 0 100000 101010 111110 1110 11010 11110

Color Harmonies of #604138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604138

Black with #604138

Text Example


Text Example

White with #604138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604138; }

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

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

background-color css

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

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

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

border-color css

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

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

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