#CB9C6A

Color #CB9C6A Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #CB9C6A

Tints of Fallow #CB9C6A

Color information

#CB9C6A (or 0xCB9C6A) is unknown color: approx Fallow. HEX triplet: CB, 9C and 6A. RGB value is (203,156,106). Sum of RGB (Red+Green+Blue) = 203+156+106=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C6A is #346395. Grayscale: #A4A4A4. Windows color (decimal): -3433366 or 6986955. OLE color: 6986955.

HSL color Cylindrical-coordinate representation of color #CB9C6A: hue angle of 30.93º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB9C6A is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB203156106-
CMYK00.230.480.20
HSL30.93º48.26%60.59%-
HSV(B)30.93º47.78%79.61%-
XYZ39.1237.5118.81-
YUV164.3595.07155.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=43.66%
G=33.55%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315610600.230.480.2030.9348.2660.59
HexCB9C6A01730141f303d
Octal3132341520276024376075
Binary110010111001110011010100101111100001010011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C6A; }

 p { color: rgb(203,156,106); }

 H1.HeaderClassName
 {
   color: #CB9C6A;
 }
 .AnyTagClassName
 {
   color: #CB9C6A;
 }
</style>
background-color css

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

 a { background-color: rgb(203,156,106); }

 div.DivClassName
 {
   background-color: #CB9C6A;
 }
 .BgClassName
 {
   background-color: #CB9C6A;
 }
</style>
border-color css

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

 span { border-color: rgb(203,156,106); }

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