Html Css Color HEX #6F6F35 Crete

📋 copy color: '#6F6F35'

red 111 ◦ green 111 ◦ blue 53

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

Shades of Crete #6F6F35

Tints of Crete #6F6F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

 BLUE value IS 53 (21.09% from 255) = 19.27%

R = 40.36%
G = 40.36%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F6F35 (or 0x6F6F35) is known color: Crete. HEX triplet: 6F, 6F and 35. RGB value is (111,111,53). Sum of RGB (Red+Green+Blue) = 111+111+53=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6F35 is #9090CA. Grayscale: #686868. Windows color (decimal): -9474251 or 3501935. OLE color: 3501935.

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

Color convert

RGB 111 111 53 -
CMYK 0 0 0.52 0.56
HSL 60º 0.35% 0.32% -
HSV(B) 60º 0.52% 0.44% -
XYZ 12.88 15.01 5.59 -
YUV 104.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 111 111 53 0 0 0.52 0.56 60 0.35 0.32
Hex 6F 6F 35 0 0 34 38 3C 23 20
Octal 157 157 65 0 0 64 70 74 43 40
Binary 1101111 1101111 110101 0 0 110100 111000 111100 100011 100000

Color Harmonies of #6F6F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6F35

Black with #6F6F35

Text Example


Text Example

White with #6F6F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,111,53); }

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

background-color css

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

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

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

border-color css

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

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

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