Html Css Color HEX #CB6F1F Ochre

📋 copy color: '#CB6F1F'

red 203 ◦ green 111 ◦ blue 31

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

Shades of Ochre #CB6F1F

Tints of Ochre #CB6F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 58.84%
G = 32.17%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB6F1F (or 0xCB6F1F) is known color: Ochre. HEX triplet: CB, 6F and 1F. RGB value is (203,111,31). Sum of RGB (Red+Green+Blue) = 203+111+31=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F1F is #3490E0. Grayscale: #818181. Windows color (decimal): -3444961 or 2060235. OLE color: 2060235.

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

Color convert

RGB 203 111 31 -
CMYK 0 0.45 0.85 0.20
HSL 27.91º 0.74% 0.46% -
HSV(B) 27.91º 0.85% 0.8% -
XYZ 30.56 24.16 4.35 -
YUV 129.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 203 111 31 0 0.45 0.85 0.20 27.91 0.74 0.46
Hex CB 6F 1F 0 2D 55 14 1C 4A 2E
Octal 313 157 37 0 55 125 24 34 112 56
Binary 11001011 1101111 11111 0 101101 1010101 10100 11100 1001010 101110

Color Harmonies of #CB6F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F1F

Black with #CB6F1F

Text Example


Text Example

White with #CB6F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F1F; }

 p { color: rgb(203,111,31); }

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

background-color css

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

 a { background-color: rgb(203,111,31); }

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

border-color css

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

 span { border-color: rgb(203,111,31); }

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