Html Css Color HEX #6F6B38 Crete

📋 copy color: '#6F6B38'

red 111 ◦ green 107 ◦ blue 56

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

Shades of Crete #6F6B38

Tints of Crete #6F6B38

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 40.51%
G = 39.05%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F6B38 (or 0x6F6B38) is known color: Crete. HEX triplet: 6F, 6B and 38. RGB value is (111,107,56). Sum of RGB (Red+Green+Blue) = 111+107+56=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B38 is #9094C7. Grayscale: #666666. Windows color (decimal): -9475272 or 3697519. OLE color: 3697519.

HSL color Cylindrical-coordinate representation of color #6F6B38: hue angle of 55.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6B38 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 107 56 -
CMYK 0 0.04 0.50 0.56
HSL 55.64º 0.33% 0.33% -
HSV(B) 55.64º 0.5% 0.44% -
XYZ 12.53 14.18 5.82 -
YUV 102.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 111 107 56 0 0.04 0.50 0.56 55.64 0.33 0.33
Hex 6F 6B 38 0 4 32 38 38 21 21
Octal 157 153 70 0 4 62 70 70 41 41
Binary 1101111 1101011 111000 0 100 110010 111000 111000 100001 100001

Color Harmonies of #6F6B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B38

Black with #6F6B38

Text Example


Text Example

White with #6F6B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,107,56); }

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

background-color css

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

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

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

border-color css

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

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

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