Html Css Color HEX #604135 Very Dark Brown

📋 copy color: '#604135'

red 96 ◦ green 65 ◦ blue 53

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

Shades of Very Dark Brown #604135

Tints of Very Dark Brown #604135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.77%

R = 44.86%
G = 30.37%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#604135 (or 0x604135) is known color: Very Dark Brown. HEX triplet: 60, 41 and 35. RGB value is (96,65,53). Sum of RGB (Red+Green+Blue) = 96+65+53=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #604135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604135 is #9FBECA. Grayscale: #484848. Windows color (decimal): -10469067 or 3490144. OLE color: 3490144.

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

Color convert

RGB 96 65 53 -
CMYK 0 0.32 0.45 0.62
HSL 16.74º 0.29% 0.29% -
HSV(B) 16.74º 0.45% 0.38% -
XYZ 7.36 6.52 4.24 -
YUV 72.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 96 65 53 0 0.32 0.45 0.62 16.74 0.29 0.29
Hex 60 41 35 0 20 2D 3E 11 1D 1D
Octal 140 101 65 0 40 55 76 21 35 35
Binary 1100000 1000001 110101 0 100000 101101 111110 10001 11101 11101

Color Harmonies of #604135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604135

Black with #604135

Text Example


Text Example

White with #604135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604135; }

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

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

background-color css

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

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

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

border-color css

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

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

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