Html Css Color HEX #604134 Very Dark Brown

📋 copy color: '#604134'

red 96 ◦ green 65 ◦ blue 52

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

Shades of Very Dark Brown #604134

Tints of Very Dark Brown #604134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 45.07%
G = 30.52%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#604134 (or 0x604134) is known color: Very Dark Brown. HEX triplet: 60, 41 and 34. RGB value is (96,65,52). Sum of RGB (Red+Green+Blue) = 96+65+52=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #604134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604134 is #9FBECB. Grayscale: #484848. Windows color (decimal): -10469068 or 3424608. OLE color: 3424608.

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

Color convert

RGB 96 65 52 -
CMYK 0 0.32 0.46 0.62
HSL 17.73º 0.3% 0.29% -
HSV(B) 17.73º 0.46% 0.38% -
XYZ 7.33 6.52 4.12 -
YUV 72.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 96 65 52 0 0.32 0.46 0.62 17.73 0.3 0.29
Hex 60 41 34 0 20 2E 3E 12 1E 1D
Octal 140 101 64 0 40 56 76 22 36 35
Binary 1100000 1000001 110100 0 100000 101110 111110 10010 11110 11101

Color Harmonies of #604134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604134

Black with #604134

Text Example


Text Example

White with #604134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604134; }

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

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

background-color css

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

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

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

border-color css

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

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

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