Html Css Color HEX #6F6458 Pine Cone

📋 copy color: '#6F6458'

red 111 ◦ green 100 ◦ blue 88

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

Shades of Pine Cone #6F6458

Tints of Pine Cone #6F6458

RGB

 RED value IS 111 (43.75% from 255) = 37.12%

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 37.12%
G = 33.44%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F6458 (or 0x6F6458) is known color: Pine Cone. HEX triplet: 6F, 64 and 58. RGB value is (111,100,88). Sum of RGB (Red+Green+Blue) = 111+100+88=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6458 is #909BA7. Grayscale: #656565. Windows color (decimal): -9477032 or 5792879. OLE color: 5792879.

HSL color Cylindrical-coordinate representation of color #6F6458: hue angle of 31.3º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6458 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 88 -
CMYK 0 0.10 0.21 0.56
HSL 31.3º 0.12% 0.39% -
HSV(B) 31.3º 0.21% 0.44% -
XYZ 12.87 13.2 11.1 -
YUV 101.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 111 100 88 0 0.10 0.21 0.56 31.3 0.12 0.39
Hex 6F 64 58 0 A 15 38 1F C 27
Octal 157 144 130 0 12 25 70 37 14 47
Binary 1101111 1100100 1011000 0 1010 10101 111000 11111 1100 100111

Color Harmonies of #6F6458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6458

Black with #6F6458

Text Example


Text Example

White with #6F6458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F6458; }

 p { color: rgb(111,100,88); }

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

background-color css

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

 a { background-color: rgb(111,100,88); }

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

border-color css

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

 span { border-color: rgb(111,100,88); }

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