Html Css Color HEX #604133 Very Dark Brown

📋 copy color: '#604133'

red 96 ◦ green 65 ◦ blue 51

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

Shades of Very Dark Brown #604133

Tints of Very Dark Brown #604133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 45.28%
G = 30.66%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#604133 (or 0x604133) is known color: Very Dark Brown. HEX triplet: 60, 41 and 33. RGB value is (96,65,51). Sum of RGB (Red+Green+Blue) = 96+65+51=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #604133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604133 is #9FBECC. Grayscale: #484848. Windows color (decimal): -10469069 or 3359072. OLE color: 3359072.

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

Color convert

RGB 96 65 51 -
CMYK 0 0.32 0.47 0.62
HSL 18.67º 0.31% 0.29% -
HSV(B) 18.67º 0.47% 0.38% -
XYZ 7.31 6.51 4 -
YUV 72.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 96 65 51 0 0.32 0.47 0.62 18.67 0.31 0.29
Hex 60 41 33 0 20 2F 3E 13 1F 1D
Octal 140 101 63 0 40 57 76 23 37 35
Binary 1100000 1000001 110011 0 100000 101111 111110 10011 11111 11101

Color Harmonies of #604133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604133

Black with #604133

Text Example


Text Example

White with #604133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604133; }

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

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

background-color css

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

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

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

border-color css

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

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

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