Html Css Color HEX #605044 Cork

📋 copy color: '#605044'

red 96 ◦ green 80 ◦ blue 68

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

Shades of Cork #605044

Tints of Cork #605044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 39.34%
G = 32.79%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#605044 (or 0x605044) is known color: Cork. HEX triplet: 60, 50 and 44. RGB value is (96,80,68). Sum of RGB (Red+Green+Blue) = 96+80+68=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #605044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605044 is #9FAFBB. Grayscale: #535353. Windows color (decimal): -10465212 or 4477024. OLE color: 4477024.

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

Color convert

RGB 96 80 68 -
CMYK 0 0.17 0.29 0.62
HSL 25.71º 0.17% 0.32% -
HSV(B) 25.71º 0.29% 0.38% -
XYZ 8.74 8.64 6.68 -
YUV 83.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 96 80 68 0 0.17 0.29 0.62 25.71 0.17 0.32
Hex 60 50 44 0 11 1D 3E 1A 11 20
Octal 140 120 104 0 21 35 76 32 21 40
Binary 1100000 1010000 1000100 0 10001 11101 111110 11010 10001 100000

Color Harmonies of #605044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605044

Black with #605044

Text Example


Text Example

White with #605044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605044; }

 p { color: rgb(96,80,68); }

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

background-color css

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

 a { background-color: rgb(96,80,68); }

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

border-color css

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

 span { border-color: rgb(96,80,68); }

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