Html Css Color HEX #696041 Yellow Metal

📋 copy color: '#696041'

red 105 ◦ green 96 ◦ blue 65

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

Shades of Yellow Metal #696041

Tints of Yellow Metal #696041

RGB

 RED value IS 105 (41.41% from 255) = 39.47%

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 39.47%
G = 36.09%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#696041 (or 0x696041) is known color: Yellow Metal. HEX triplet: 69, 60 and 41. RGB value is (105,96,65). Sum of RGB (Red+Green+Blue) = 105+96+65=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #696041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696041 is #969FBE. Grayscale: #5F5F5F. Windows color (decimal): -9871295 or 4284521. OLE color: 4284521.

HSL color Cylindrical-coordinate representation of color #696041: hue angle of 46.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696041 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 96 65 -
CMYK 0 0.09 0.38 0.59
HSL 46.5º 0.24% 0.33% -
HSV(B) 46.5º 0.38% 0.41% -
XYZ 10.96 11.75 6.69 -
YUV 95.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 105 96 65 0 0.09 0.38 0.59 46.5 0.24 0.33
Hex 69 60 41 0 9 26 3B 2E 18 21
Octal 151 140 101 0 11 46 73 56 30 41
Binary 1101001 1100000 1000001 0 1001 100110 111011 101110 11000 100001

Color Harmonies of #696041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696041

Black with #696041

Text Example


Text Example

White with #696041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696041; }

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

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

background-color css

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

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

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

border-color css

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

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

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