Html Css Color HEX #604D38 Rock

📋 copy color: '#604D38'

red 96 ◦ green 77 ◦ blue 56

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

Shades of Rock #604D38

Tints of Rock #604D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.62%

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

R = 41.92%
G = 33.62%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#604D38 (or 0x604D38) is known color: Rock. HEX triplet: 60, 4D and 38. RGB value is (96,77,56). Sum of RGB (Red+Green+Blue) = 96+77+56=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D38 is #9FB2C7. Grayscale: #505050. Windows color (decimal): -10465992 or 3689824. OLE color: 3689824.

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

Color convert

RGB 96 77 56 -
CMYK 0 0.20 0.42 0.62
HSL 31.5º 0.26% 0.3% -
HSV(B) 31.5º 0.42% 0.38% -
XYZ 8.19 8.08 4.87 -
YUV 80.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 96 77 56 0 0.20 0.42 0.62 31.5 0.26 0.3
Hex 60 4D 38 0 14 2A 3E 1F 1A 1E
Octal 140 115 70 0 24 52 76 37 32 36
Binary 1100000 1001101 111000 0 10100 101010 111110 11111 11010 11110

Color Harmonies of #604D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D38

Black with #604D38

Text Example


Text Example

White with #604D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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