Html Css Color HEX #C67E31 Geebung

📋 copy color: '#C67E31'

red 198 ◦ green 126 ◦ blue 49

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

Shades of Geebung #C67E31

Tints of Geebung #C67E31

RGB

 RED value IS 198 (77.73% from 255) = 53.08%

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 53.08%
G = 33.78%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C67E31 (or 0xC67E31) is known color: Geebung. HEX triplet: C6, 7E and 31. RGB value is (198,126,49). Sum of RGB (Red+Green+Blue) = 198+126+49=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E31 is #3981CE. Grayscale: #8B8B8B. Windows color (decimal): -3768783 or 3243718. OLE color: 3243718.

HSL color Cylindrical-coordinate representation of color #C67E31: hue angle of 31.01º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C67E31 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 49 -
CMYK 0 0.36 0.75 0.22
HSL 31.01º 0.6% 0.48% -
HSV(B) 31.01º 0.75% 0.78% -
XYZ 31.3 27.15 6.5 -
YUV 138.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 198 126 49 0 0.36 0.75 0.22 31.01 0.6 0.48
Hex C6 7E 31 0 24 4B 16 1F 3C 30
Octal 306 176 61 0 44 113 26 37 74 60
Binary 11000110 1111110 110001 0 100100 1001011 10110 11111 111100 110000

Color Harmonies of #C67E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E31

Black with #C67E31

Text Example


Text Example

White with #C67E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E31; }

 p { color: rgb(198,126,49); }

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

background-color css

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

 a { background-color: rgb(198,126,49); }

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

border-color css

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

 span { border-color: rgb(198,126,49); }

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