Html Css Color HEX #6B3426 Pueblo

📋 copy color: '#6B3426'

red 107 ◦ green 52 ◦ blue 38

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

Shades of Pueblo #6B3426

Tints of Pueblo #6B3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 54.31%
G = 26.4%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B3426 (or 0x6B3426) is known color: Pueblo. HEX triplet: 6B, 34 and 26. RGB value is (107,52,38). Sum of RGB (Red+Green+Blue) = 107+52+38=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3426 is #94CBD9. Grayscale: #424242. Windows color (decimal): -9751514 or 2503787. OLE color: 2503787.

HSL color Cylindrical-coordinate representation of color #6B3426: hue angle of 12.17º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B3426 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 38 -
CMYK 0 0.51 0.64 0.58
HSL 12.17º 0.48% 0.28% -
HSV(B) 12.17º 0.64% 0.42% -
XYZ 7.64 5.72 2.54 -
YUV 66.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 107 52 38 0 0.51 0.64 0.58 12.17 0.48 0.28
Hex 6B 34 26 0 33 40 3A C 30 1C
Octal 153 64 46 0 63 100 72 14 60 34
Binary 1101011 110100 100110 0 110011 1000000 111010 1100 110000 11100

Color Harmonies of #6B3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3426

Black with #6B3426

Text Example


Text Example

White with #6B3426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,52,38); }

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

background-color css

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

 a { background-color: rgb(107,52,38); }

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

border-color css

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

 span { border-color: rgb(107,52,38); }

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