Html Css Color HEX #604326 Dark Brown

📋 copy color: '#604326'

red 96 ◦ green 67 ◦ blue 38

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

Shades of Dark Brown #604326

Tints of Dark Brown #604326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 38 (15.23% from 255) = 18.91%

R = 47.76%
G = 33.33%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#604326 (or 0x604326) is known color: Dark Brown. HEX triplet: 60, 43 and 26. RGB value is (96,67,38). Sum of RGB (Red+Green+Blue) = 96+67+38=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604326 is #9FBCD9. Grayscale: #484848. Windows color (decimal): -10468570 or 2507616. OLE color: 2507616.

HSL color Cylindrical-coordinate representation of color #604326: hue angle of 30º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604326 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 67 38 -
CMYK 0 0.30 0.60 0.62
HSL 30º 0.43% 0.26% -
HSV(B) 30º 0.6% 0.38% -
XYZ 7.18 6.64 2.74 -
YUV 72.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 96 67 38 0 0.30 0.60 0.62 30 0.43 0.26
Hex 60 43 26 0 1E 3C 3E 1E 2B 1A
Octal 140 103 46 0 36 74 76 36 53 32
Binary 1100000 1000011 100110 0 11110 111100 111110 11110 101011 11010

Color Harmonies of #604326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604326

Black with #604326

Text Example


Text Example

White with #604326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604326; }

 p { color: rgb(96,67,38); }

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

background-color css

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

 a { background-color: rgb(96,67,38); }

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

border-color css

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

 span { border-color: rgb(96,67,38); }

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