Html Css Color HEX #75685E Pine Cone

📋 copy color: '#75685E'

red 117 ◦ green 104 ◦ blue 94

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

Shades of Pine Cone #75685E

Tints of Pine Cone #75685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 37.14%
G = 33.02%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75685E (or 0x75685E) is known color: Pine Cone. HEX triplet: 75, 68 and 5E. RGB value is (117,104,94). Sum of RGB (Red+Green+Blue) = 117+104+94=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75685E is #8A97A1. Grayscale: #6A6A6A. Windows color (decimal): -9082786 or 6187125. OLE color: 6187125.

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

Color convert

RGB 117 104 94 -
CMYK 0 0.11 0.20 0.54
HSL 26.09º 0.11% 0.41% -
HSV(B) 26.09º 0.2% 0.46% -
XYZ 14.31 14.49 12.63 -
YUV 106.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 117 104 94 0 0.11 0.20 0.54 26.09 0.11 0.41
Hex 75 68 5E 0 B 14 36 1A B 29
Octal 165 150 136 0 13 24 66 32 13 51
Binary 1110101 1101000 1011110 0 1011 10100 110110 11010 1011 101001

Color Harmonies of #75685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75685E

Black with #75685E

Text Example


Text Example

White with #75685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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