Html Css Color HEX #6B2F19 Pueblo

📋 copy color: '#6B2F19'

red 107 ◦ green 47 ◦ blue 25

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

Shades of Pueblo #6B2F19

Tints of Pueblo #6B2F19

RGB

 RED value IS 107 (42.19% from 255) = 59.78%

 GREEN value IS 47 (18.75% from 255) = 26.26%

 BLUE value IS 25 (10.16% from 255) = 13.97%

R = 59.78%
G = 26.26%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6B2F19 (or 0x6B2F19) is known color: Pueblo. HEX triplet: 6B, 2F and 19. RGB value is (107,47,25). Sum of RGB (Red+Green+Blue) = 107+47+25=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2F19 is #94D0E6. Grayscale: #3E3E3E. Windows color (decimal): -9752807 or 1650539. OLE color: 1650539.

HSL color Cylindrical-coordinate representation of color #6B2F19: hue angle of 16.1º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B2F19 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 47 25 -
CMYK 0 0.56 0.77 0.58
HSL 16.1º 0.62% 0.26% -
HSV(B) 16.1º 0.77% 0.42% -
XYZ 7.26 5.23 1.55 -
YUV 62.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 107 47 25 0 0.56 0.77 0.58 16.1 0.62 0.26
Hex 6B 2F 19 0 38 4D 3A 10 3E 1A
Octal 153 57 31 0 70 115 72 20 76 32
Binary 1101011 101111 11001 0 111000 1001101 111010 10000 111110 11010

Color Harmonies of #6B2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2F19

Black with #6B2F19

Text Example


Text Example

White with #6B2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,47,25); }

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

background-color css

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

 a { background-color: rgb(107,47,25); }

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

border-color css

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

 span { border-color: rgb(107,47,25); }

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