Html Css Color HEX #6F4930 Cape Palliser

📋 copy color: '#6F4930'

red 111 ◦ green 73 ◦ blue 48

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

Shades of Cape Palliser #6F4930

Tints of Cape Palliser #6F4930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 47.84%
G = 31.47%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F4930 (or 0x6F4930) is known color: Cape Palliser. HEX triplet: 6F, 49 and 30. RGB value is (111,73,48). Sum of RGB (Red+Green+Blue) = 111+73+48=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4930 is #90B6CF. Grayscale: #515151. Windows color (decimal): -9483984 or 3164527. OLE color: 3164527.

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

Color convert

RGB 111 73 48 -
CMYK 0 0.34 0.57 0.56
HSL 23.81º 0.4% 0.31% -
HSV(B) 23.81º 0.57% 0.44% -
XYZ 9.47 8.36 3.91 -
YUV 81.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 111 73 48 0 0.34 0.57 0.56 23.81 0.4 0.31
Hex 6F 49 30 0 22 39 38 18 28 1F
Octal 157 111 60 0 42 71 70 30 50 37
Binary 1101111 1001001 110000 0 100010 111001 111000 11000 101000 11111

Color Harmonies of #6F4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4930

Black with #6F4930

Text Example


Text Example

White with #6F4930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,48); }

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

background-color css

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

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

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

border-color css

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

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

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