Html Css Color HEX #6B301D Pueblo

📋 copy color: '#6B301D'

red 107 ◦ green 48 ◦ blue 29

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

Shades of Pueblo #6B301D

Tints of Pueblo #6B301D

RGB

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

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

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

R = 58.15%
G = 26.09%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6B301D (or 0x6B301D) is known color: Pueblo. HEX triplet: 6B, 30 and 1D. RGB value is (107,48,29). Sum of RGB (Red+Green+Blue) = 107+48+29=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B301D is #94CFE2. Grayscale: #3F3F3F. Windows color (decimal): -9752547 or 1912939. OLE color: 1912939.

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

Color convert

RGB 107 48 29 -
CMYK 0 0.55 0.73 0.58
HSL 14.62º 0.57% 0.27% -
HSV(B) 14.62º 0.73% 0.42% -
XYZ 7.34 5.33 1.8 -
YUV 63.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 107 48 29 0 0.55 0.73 0.58 14.62 0.57 0.27
Hex 6B 30 1D 0 37 49 3A F 39 1B
Octal 153 60 35 0 67 111 72 17 71 33
Binary 1101011 110000 11101 0 110111 1001001 111010 1111 111001 11011

Color Harmonies of #6B301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B301D

Black with #6B301D

Text Example


Text Example

White with #6B301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,48,29); }

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

background-color css

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

 a { background-color: rgb(107,48,29); }

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

border-color css

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

 span { border-color: rgb(107,48,29); }

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