Html Css Color HEX #604F43 Cork

📋 copy color: '#604F43'

red 96 ◦ green 79 ◦ blue 67

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

Shades of Cork #604F43

Tints of Cork #604F43

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 67 (26.56% from 255) = 27.69%

R = 39.67%
G = 32.64%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#604F43 (or 0x604F43) is known color: Cork. HEX triplet: 60, 4F and 43. RGB value is (96,79,67). Sum of RGB (Red+Green+Blue) = 96+79+67=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #604F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F43 is #9FB0BC. Grayscale: #525252. Windows color (decimal): -10465469 or 4411232. OLE color: 4411232.

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

Color convert

RGB 96 79 67 -
CMYK 0 0.18 0.30 0.62
HSL 24.83º 0.18% 0.32% -
HSV(B) 24.83º 0.3% 0.38% -
XYZ 8.63 8.48 6.49 -
YUV 82.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 96 79 67 0 0.18 0.30 0.62 24.83 0.18 0.32
Hex 60 4F 43 0 12 1E 3E 19 12 20
Octal 140 117 103 0 22 36 76 31 22 40
Binary 1100000 1001111 1000011 0 10010 11110 111110 11001 10010 100000

Color Harmonies of #604F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F43

Black with #604F43

Text Example


Text Example

White with #604F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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