Html Css Color HEX #6F4B30 Cape Palliser

📋 copy color: '#6F4B30'

red 111 ◦ green 75 ◦ blue 48

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

Shades of Cape Palliser #6F4B30

Tints of Cape Palliser #6F4B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.05%

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

R = 47.44%
G = 32.05%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F4B30 (or 0x6F4B30) is known color: Cape Palliser. HEX triplet: 6F, 4B and 30. RGB value is (111,75,48). Sum of RGB (Red+Green+Blue) = 111+75+48=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4B30 is #90B4CF. Grayscale: #525252. Windows color (decimal): -9483472 or 3165039. OLE color: 3165039.

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

Color convert

RGB 111 75 48 -
CMYK 0 0.32 0.57 0.56
HSL 25.71º 0.4% 0.31% -
HSV(B) 25.71º 0.57% 0.44% -
XYZ 9.61 8.63 3.95 -
YUV 82.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 111 75 48 0 0.32 0.57 0.56 25.71 0.4 0.31
Hex 6F 4B 30 0 20 39 38 1A 28 1F
Octal 157 113 60 0 40 71 70 32 50 37
Binary 1101111 1001011 110000 0 100000 111001 111000 11010 101000 11111

Color Harmonies of #6F4B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B30

Black with #6F4B30

Text Example


Text Example

White with #6F4B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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