Html Css Color HEX #60423D Congo Brown

📋 copy color: '#60423D'

red 96 ◦ green 66 ◦ blue 61

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

Shades of Congo Brown #60423D

Tints of Congo Brown #60423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 43.05%
G = 29.6%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#60423D (or 0x60423D) is known color: Congo Brown. HEX triplet: 60, 42 and 3D. RGB value is (96,66,61). Sum of RGB (Red+Green+Blue) = 96+66+61=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60423D is #9FBDC2. Grayscale: #4A4A4A. Windows color (decimal): -10468803 or 4014688. OLE color: 4014688.

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

Color convert

RGB 96 66 61 -
CMYK 0 0.31 0.36 0.62
HSL 8.57º 0.22% 0.31% -
HSV(B) 8.57º 0.36% 0.38% -
XYZ 7.61 6.72 5.31 -
YUV 74.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 96 66 61 0 0.31 0.36 0.62 8.57 0.22 0.31
Hex 60 42 3D 0 1F 24 3E 9 16 1F
Octal 140 102 75 0 37 44 76 11 26 37
Binary 1100000 1000010 111101 0 11111 100100 111110 1001 10110 11111

Color Harmonies of #60423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60423D

Black with #60423D

Text Example


Text Example

White with #60423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60423D; }

 p { color: rgb(96,66,61); }

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

background-color css

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

 a { background-color: rgb(96,66,61); }

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

border-color css

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

 span { border-color: rgb(96,66,61); }

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