Html Css Color HEX #6F251D Pueblo

📋 copy color: '#6F251D'

red 111 ◦ green 37 ◦ blue 29

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

Shades of Pueblo #6F251D

Tints of Pueblo #6F251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 62.71%
G = 20.9%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F251D (or 0x6F251D) is known color: Pueblo. HEX triplet: 6F, 25 and 1D. RGB value is (111,37,29). Sum of RGB (Red+Green+Blue) = 111+37+29=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F251D is #90DAE2. Grayscale: #3A3A3A. Windows color (decimal): -9493219 or 1910127. OLE color: 1910127.

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

Color convert

RGB 111 37 29 -
CMYK 0 0.67 0.74 0.56
HSL 5.85º 0.59% 0.27% -
HSV(B) 5.85º 0.74% 0.44% -
XYZ 7.44 4.79 1.7 -
YUV 58.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 111 37 29 0 0.67 0.74 0.56 5.85 0.59 0.27
Hex 6F 25 1D 0 43 4A 38 6 3B 1B
Octal 157 45 35 0 103 112 70 6 73 33
Binary 1101111 100101 11101 0 1000011 1001010 111000 110 111011 11011

Color Harmonies of #6F251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F251D

Black with #6F251D

Text Example


Text Example

White with #6F251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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