Html Css Color HEX #CB7611 Ochre

📋 copy color: '#CB7611'

red 203 ◦ green 118 ◦ blue 17

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

Shades of Ochre #CB7611

Tints of Ochre #CB7611

RGB

 RED value IS 203 (79.69% from 255) = 60.06%

 GREEN value IS 118 (46.48% from 255) = 34.91%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 60.06%
G = 34.91%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB7611 (or 0xCB7611) is known color: Ochre. HEX triplet: CB, 76 and 11. RGB value is (203,118,17). Sum of RGB (Red+Green+Blue) = 203+118+17=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7611 is #3489EE. Grayscale: #848484. Windows color (decimal): -3443183 or 1144523. OLE color: 1144523.

HSL color Cylindrical-coordinate representation of color #CB7611: hue angle of 32.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB7611 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 118 17 -
CMYK 0 0.42 0.92 0.20
HSL 32.58º 0.85% 0.43% -
HSV(B) 32.58º 0.92% 0.8% -
XYZ 31.21 25.69 3.84 -
YUV 131.9 63.16 178.71 -
System Red Green Blue C M Y K H S L
Decimal 203 118 17 0 0.42 0.92 0.20 32.58 0.85 0.43
Hex CB 76 11 0 2A 5C 14 21 55 2B
Octal 313 166 21 0 52 134 24 41 125 53
Binary 11001011 1110110 10001 0 101010 1011100 10100 100001 1010101 101011

Color Harmonies of #CB7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7611

Black with #CB7611

Text Example


Text Example

White with #CB7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7611; }

 p { color: rgb(203,118,17); }

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

background-color css

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

 a { background-color: rgb(203,118,17); }

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

border-color css

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

 span { border-color: rgb(203,118,17); }

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