Html Css Color HEX #6F301E Pueblo

📋 copy color: '#6F301E'

red 111 ◦ green 48 ◦ blue 30

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

Shades of Pueblo #6F301E

Tints of Pueblo #6F301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 30 (12.11% from 255) = 15.87%

R = 58.73%
G = 25.4%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6F301E (or 0x6F301E) is known color: Pueblo. HEX triplet: 6F, 30 and 1E. RGB value is (111,48,30). Sum of RGB (Red+Green+Blue) = 111+48+30=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F301E is #90CFE1. Grayscale: #404040. Windows color (decimal): -9490402 or 1978479. OLE color: 1978479.

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

Color convert

RGB 111 48 30 -
CMYK 0 0.57 0.73 0.56
HSL 13.33º 0.57% 0.28% -
HSV(B) 13.33º 0.73% 0.44% -
XYZ 7.85 5.59 1.89 -
YUV 64.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 111 48 30 0 0.57 0.73 0.56 13.33 0.57 0.28
Hex 6F 30 1E 0 39 49 38 D 39 1C
Octal 157 60 36 0 71 111 70 15 71 34
Binary 1101111 110000 11110 0 111001 1001001 111000 1101 111001 11100

Color Harmonies of #6F301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F301E

Black with #6F301E

Text Example


Text Example

White with #6F301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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