Html Css Color HEX #6F3025 Pueblo

📋 copy color: '#6F3025'

red 111 ◦ green 48 ◦ blue 37

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

Shades of Pueblo #6F3025

Tints of Pueblo #6F3025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 56.63%
G = 24.49%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F3025 (or 0x6F3025) is known color: Pueblo. HEX triplet: 6F, 30 and 25. RGB value is (111,48,37). Sum of RGB (Red+Green+Blue) = 111+48+37=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3025 is #90CFDA. Grayscale: #414141. Windows color (decimal): -9490395 or 2437231. OLE color: 2437231.

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

Color convert

RGB 111 48 37 -
CMYK 0 0.57 0.67 0.56
HSL 8.92º 0.5% 0.29% -
HSV(B) 8.92º 0.67% 0.44% -
XYZ 7.95 5.63 2.42 -
YUV 65.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 111 48 37 0 0.57 0.67 0.56 8.92 0.5 0.29
Hex 6F 30 25 0 39 43 38 9 32 1D
Octal 157 60 45 0 71 103 70 11 62 35
Binary 1101111 110000 100101 0 111001 1000011 111000 1001 110010 11101

Color Harmonies of #6F3025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3025

Black with #6F3025

Text Example


Text Example

White with #6F3025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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