Html Css Color HEX #6F280F Pueblo

📋 copy color: '#6F280F'

red 111 ◦ green 40 ◦ blue 15

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

Shades of Pueblo #6F280F

Tints of Pueblo #6F280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.1%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 66.87%
G = 24.1%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F280F (or 0x6F280F) is known color: Pueblo. HEX triplet: 6F, 28 and 0F. RGB value is (111,40,15). Sum of RGB (Red+Green+Blue) = 111+40+15=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F280F is #90D7F0. Grayscale: #3A3A3A. Windows color (decimal): -9492465 or 993391. OLE color: 993391.

HSL color Cylindrical-coordinate representation of color #6F280F: hue angle of 15.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F280F is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 15 -
CMYK 0 0.64 0.86 0.56
HSL 15.63º 0.76% 0.25% -
HSV(B) 15.63º 0.86% 0.44% -
XYZ 7.4 4.93 1.01 -
YUV 58.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 111 40 15 0 0.64 0.86 0.56 15.63 0.76 0.25
Hex 6F 28 F 0 40 56 38 10 4C 19
Octal 157 50 17 0 100 126 70 20 114 31
Binary 1101111 101000 1111 0 1000000 1010110 111000 10000 1001100 11001

Color Harmonies of #6F280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F280F

Black with #6F280F

Text Example


Text Example

White with #6F280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,40,15); }

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

background-color css

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

 a { background-color: rgb(111,40,15); }

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

border-color css

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

 span { border-color: rgb(111,40,15); }

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