Html Css Color HEX #6B321E Pueblo

📋 copy color: '#6B321E'

red 107 ◦ green 50 ◦ blue 30

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

Shades of Pueblo #6B321E

Tints of Pueblo #6B321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 57.22%
G = 26.74%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B321E (or 0x6B321E) is known color: Pueblo. HEX triplet: 6B, 32 and 1E. RGB value is (107,50,30). Sum of RGB (Red+Green+Blue) = 107+50+30=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B321E is #94CDE1. Grayscale: #404040. Windows color (decimal): -9752034 or 1978987. OLE color: 1978987.

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

Color convert

RGB 107 50 30 -
CMYK 0 0.53 0.72 0.58
HSL 15.58º 0.56% 0.27% -
HSV(B) 15.58º 0.72% 0.42% -
XYZ 7.44 5.5 1.9 -
YUV 64.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 107 50 30 0 0.53 0.72 0.58 15.58 0.56 0.27
Hex 6B 32 1E 0 35 48 3A 10 38 1B
Octal 153 62 36 0 65 110 72 20 70 33
Binary 1101011 110010 11110 0 110101 1001000 111010 10000 111000 11011

Color Harmonies of #6B321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B321E

Black with #6B321E

Text Example


Text Example

White with #6B321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,30); }

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

background-color css

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

 a { background-color: rgb(107,50,30); }

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

border-color css

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

 span { border-color: rgb(107,50,30); }

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