Html Css Color HEX #6F2510 Pueblo

📋 copy color: '#6F2510'

red 111 ◦ green 37 ◦ blue 16

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

Shades of Pueblo #6F2510

Tints of Pueblo #6F2510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 67.68%
G = 22.56%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F2510 (or 0x6F2510) is known color: Pueblo. HEX triplet: 6F, 25 and 10. RGB value is (111,37,16). Sum of RGB (Red+Green+Blue) = 111+37+16=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2510 is #90DAEF. Grayscale: #383838. Windows color (decimal): -9493232 or 1058159. OLE color: 1058159.

HSL color Cylindrical-coordinate representation of color #6F2510: hue angle of 13.26º degrees, saturation: 0.75, 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 #6F2510 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 16 -
CMYK 0 0.67 0.86 0.56
HSL 13.26º 0.75% 0.25% -
HSV(B) 13.26º 0.86% 0.44% -
XYZ 7.31 4.74 1.02 -
YUV 56.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 111 37 16 0 0.67 0.86 0.56 13.26 0.75 0.25
Hex 6F 25 10 0 43 56 38 D 4B 19
Octal 157 45 20 0 103 126 70 15 113 31
Binary 1101111 100101 10000 0 1000011 1010110 111000 1101 1001011 11001

Color Harmonies of #6F2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2510

Black with #6F2510

Text Example


Text Example

White with #6F2510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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