Html Css Color HEX #6F6B35 Crete

📋 copy color: '#6F6B35'

red 111 ◦ green 107 ◦ blue 53

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

Shades of Crete #6F6B35

Tints of Crete #6F6B35

RGB

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

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

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

R = 40.96%
G = 39.48%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F6B35 (or 0x6F6B35) is known color: Crete. HEX triplet: 6F, 6B and 35. RGB value is (111,107,53). Sum of RGB (Red+Green+Blue) = 111+107+53=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B35 is #9094CA. Grayscale: #666666. Windows color (decimal): -9475275 or 3500911. OLE color: 3500911.

HSL color Cylindrical-coordinate representation of color #6F6B35: hue angle of 55.86º 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 #6F6B35 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 107 53 -
CMYK 0 0.04 0.52 0.56
HSL 55.86º 0.35% 0.32% -
HSV(B) 55.86º 0.52% 0.44% -
XYZ 12.46 14.15 5.44 -
YUV 102.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 111 107 53 0 0.04 0.52 0.56 55.86 0.35 0.32
Hex 6F 6B 35 0 4 34 38 38 23 20
Octal 157 153 65 0 4 64 70 70 43 40
Binary 1101111 1101011 110101 0 100 110100 111000 111000 100011 100000

Color Harmonies of #6F6B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B35

Black with #6F6B35

Text Example


Text Example

White with #6F6B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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