Html Css Color HEX #604123 Dark Brown

📋 copy color: '#604123'

red 96 ◦ green 65 ◦ blue 35

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

Shades of Dark Brown #604123

Tints of Dark Brown #604123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 48.98%
G = 33.16%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#604123 (or 0x604123) is known color: Dark Brown. HEX triplet: 60, 41 and 23. RGB value is (96,65,35). Sum of RGB (Red+Green+Blue) = 96+65+35=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #604123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604123 is #9FBEDC. Grayscale: #474747. Windows color (decimal): -10469085 or 2310496. OLE color: 2310496.

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

Color convert

RGB 96 65 35 -
CMYK 0 0.32 0.64 0.62
HSL 29.51º 0.47% 0.26% -
HSV(B) 29.51º 0.64% 0.38% -
XYZ 7.02 6.39 2.45 -
YUV 70.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 96 65 35 0 0.32 0.64 0.62 29.51 0.47 0.26
Hex 60 41 23 0 20 40 3E 1E 2F 1A
Octal 140 101 43 0 40 100 76 36 57 32
Binary 1100000 1000001 100011 0 100000 1000000 111110 11110 101111 11010

Color Harmonies of #604123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604123

Black with #604123

Text Example


Text Example

White with #604123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604123; }

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

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

background-color css

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

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

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

border-color css

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

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

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