Html Css Color HEX #6F6931 Crete

📋 copy color: '#6F6931'

red 111 ◦ green 105 ◦ blue 49

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

Shades of Crete #6F6931

Tints of Crete #6F6931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.62%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 41.89%
G = 39.62%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F6931 (or 0x6F6931) is known color: Crete. HEX triplet: 6F, 69 and 31. RGB value is (111,105,49). Sum of RGB (Red+Green+Blue) = 111+105+49=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6931 is #9096CE. Grayscale: #646464. Windows color (decimal): -9475791 or 3238255. OLE color: 3238255.

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

Color convert

RGB 111 105 49 -
CMYK 0 0.05 0.56 0.56
HSL 54.19º 0.39% 0.31% -
HSV(B) 54.19º 0.56% 0.44% -
XYZ 12.16 13.7 4.91 -
YUV 100.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 111 105 49 0 0.05 0.56 0.56 54.19 0.39 0.31
Hex 6F 69 31 0 5 38 38 36 27 1F
Octal 157 151 61 0 5 70 70 66 47 37
Binary 1101111 1101001 110001 0 101 111000 111000 110110 100111 11111

Color Harmonies of #6F6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6931

Black with #6F6931

Text Example


Text Example

White with #6F6931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,49); }

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

background-color css

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

 a { background-color: rgb(111,105,49); }

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

border-color css

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

 span { border-color: rgb(111,105,49); }

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