Html Css Color HEX #6F4830 Cape Palliser

📋 copy color: '#6F4830'

red 111 ◦ green 72 ◦ blue 48

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

Shades of Cape Palliser #6F4830

Tints of Cape Palliser #6F4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

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

R = 48.05%
G = 31.17%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F4830 (or 0x6F4830) is known color: Cape Palliser. HEX triplet: 6F, 48 and 30. RGB value is (111,72,48). Sum of RGB (Red+Green+Blue) = 111+72+48=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4830 is #90B7CF. Grayscale: #515151. Windows color (decimal): -9484240 or 3164271. OLE color: 3164271.

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

Color convert

RGB 111 72 48 -
CMYK 0 0.35 0.57 0.56
HSL 22.86º 0.4% 0.31% -
HSV(B) 22.86º 0.57% 0.44% -
XYZ 9.41 8.23 3.89 -
YUV 80.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 111 72 48 0 0.35 0.57 0.56 22.86 0.4 0.31
Hex 6F 48 30 0 23 39 38 17 28 1F
Octal 157 110 60 0 43 71 70 27 50 37
Binary 1101111 1001000 110000 0 100011 111001 111000 10111 101000 11111

Color Harmonies of #6F4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4830

Black with #6F4830

Text Example


Text Example

White with #6F4830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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