Html Css Color HEX #6F2513 Pueblo

📋 copy color: '#6F2513'

red 111 ◦ green 37 ◦ blue 19

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

Shades of Pueblo #6F2513

Tints of Pueblo #6F2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 66.47%
G = 22.16%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#6F2513 (or 0x6F2513) is known color: Pueblo. HEX triplet: 6F, 25 and 13. RGB value is (111,37,19). Sum of RGB (Red+Green+Blue) = 111+37+19=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2513 is #90DAEC. Grayscale: #393939. Windows color (decimal): -9493229 or 1254767. OLE color: 1254767.

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

Color convert

RGB 111 37 19 -
CMYK 0 0.67 0.83 0.56
HSL 11.74º 0.71% 0.25% -
HSV(B) 11.74º 0.83% 0.44% -
XYZ 7.33 4.75 1.15 -
YUV 57.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 111 37 19 0 0.67 0.83 0.56 11.74 0.71 0.25
Hex 6F 25 13 0 43 53 38 C 47 19
Octal 157 45 23 0 103 123 70 14 107 31
Binary 1101111 100101 10011 0 1000011 1010011 111000 1100 1000111 11001

Color Harmonies of #6F2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2513

Black with #6F2513

Text Example


Text Example

White with #6F2513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,19); }

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

background-color css

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

 a { background-color: rgb(111,37,19); }

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

border-color css

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

 span { border-color: rgb(111,37,19); }

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