Html Css Color HEX #75685D Pine Cone

📋 copy color: '#75685D'

red 117 ◦ green 104 ◦ blue 93

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

Shades of Pine Cone #75685D

Tints of Pine Cone #75685D

RGB

 RED value IS 117 (46.09% from 255) = 37.26%

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 37.26%
G = 33.12%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75685D (or 0x75685D) is known color: Pine Cone. HEX triplet: 75, 68 and 5D. RGB value is (117,104,93). Sum of RGB (Red+Green+Blue) = 117+104+93=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685D is #8A97A2. Grayscale: #6A6A6A. Windows color (decimal): -9082787 or 6121589. OLE color: 6121589.

HSL color Cylindrical-coordinate representation of color #75685D: hue angle of 27.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75685D is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 93 -
CMYK 0 0.11 0.21 0.54
HSL 27.5º 0.11% 0.41% -
HSV(B) 27.5º 0.21% 0.46% -
XYZ 14.26 14.47 12.4 -
YUV 106.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 117 104 93 0 0.11 0.21 0.54 27.5 0.11 0.41
Hex 75 68 5D 0 B 15 36 1C B 29
Octal 165 150 135 0 13 25 66 34 13 51
Binary 1110101 1101000 1011101 0 1011 10101 110110 11100 1011 101001

Color Harmonies of #75685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75685D

Black with #75685D

Text Example


Text Example

White with #75685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,104,93); }

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

background-color css

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

 a { background-color: rgb(117,104,93); }

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

border-color css

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

 span { border-color: rgb(117,104,93); }

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